Skip to content

Instantly share code, notes, and snippets.

@earthling-shruti
Created March 11, 2013 19:38
Show Gist options
  • Save earthling-shruti/5137026 to your computer and use it in GitHub Desktop.
Save earthling-shruti/5137026 to your computer and use it in GitHub Desktop.
<on feature branch>
561 git mv folder1/folder2/ folder3/
562 git status
563 git add .
564 git commit
565 git status
566 git rm folder3/folder4
567 git rm -r folder3/folder4
568 git status
569 git add .
570 git commit
571 git status
572 git checkout master
573 git status
574 git pull origin master
575 git status
576 git submodule update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment