Created
November 17, 2010 20:13
-
-
Save bigtoast/703991 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clone with following remote submodules: | |
git clone git://github.com/stevej/emacs.git .emacs.d --recursive | |
update repo following remote submodules: | |
git submodule update --init --recursive | |
checkout remote branch | |
git checkout -b local-name origin/remote-name | |
delete remote branch | |
git push origin :branch_name | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment