Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #This initialize and clones a branch named develop.
- git init
- git remote add -t develop -f origin [email protected]
- git checkout develop
- #Next once again checkout if wishing to work with other branch ex:branch strike
- git checkout -b strike
Advertisement
Add Comment
Please, Sign In to add comment