Typical Web Developer Blog. New Technologies, Mostly Step by Steps Guides to get it done quickly.
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