Posts

Showing posts with the label version-control

How can I delete all Git branches which have been merged?

How can I delete all Git branches which have been merged? I have many Git branches. How do I delete branches which have already been merged? Is there an easy way to delete them all instead of deleting them one by one? git branch -D deletes branches that have NOT been merged! Use with care! – Dan Solovay Dec 23 '16 at 14:05 To be slightly more specific git branch -D deletes any branch whether it as been merged or not. – PhilT Feb 8 '17 at 9:48 git branch -D You can also do this directly from GitHub, if you go to the 'branches' section of your repo (e.g. github.com/<username>/<repo_name>/branches). There should be a list of all your branche...

git fetch upstream master not working, what is going wrong?

Image
git fetch upstream master not working, what is going wrong? So I'm wondering if there is a problem with the upstream master? I'm not sure if this error happens when everything is updated already or if it's something different. I have added upstream link with no problem, using $ git remote add upstream https://github.com/udacity/course-collboration-travel-plans.git just want to sync with the master now git remote add <name> <url> does not probe to see if there is a server at <url> that can access a Git repository. Are you sure your <url> is correct? (Hint: what happens if you click on the URL in your question?) – torek Jul 1 at 3:27 git remote add <name> <url> <url> <url> 1 Answer 1 ...

SCM music player code not working

SCM music player code not working I had set up a random music playlist in the tag of my web page and it works only on some browsers and only on some HTML test sites (don't know why and I posted that question on this forum as well). So I was searching for help to figure it out. In the mean time I found the SCM music player wizard at https://scmplayer.co/ to create embed code by manually entering your own hosted song URL's. I went thru the entire process and copied the embed code it produced but that doesn't work on any browser or test site. Can someone look at his and tell me what is wrong? Is it something simple or an issue with SCM or an issue with the titles I entered or what? Really appreciate any help to get a music playlist to play for anyone using any browser or platform! <!-- SCM Music Player http://scmplayer.co --> <script type="text/javascript" src="https://scmplayer.co/script.js" data-config="{'skin':'skins/tunes/s...