Monday, June 15, 2015

* Commands * Git Submodule , merge , git rm reset / undo

  
git clone <SSH-URL> <directory_name>
git submodule init
git submodule update

# merge branch in master
git checkout master
git merge <branch_name>

# Undo "git rm -r ." command.
git reset HEAD

No comments:

Post a Comment