1-.../$: git init
=>" Add . " command add to all folder if file is not ignore by .ignore file
2- .../$: git add .
3- .../$: git commit -m "message"
.../$: git add remote origin repositoryName
4- git push -u origin branchName
5- how to create new branch :
.../$: git branch NewBranchName
6- How to switch in new branch:
.../$: git checkout NewBranchName


No comments:
Post a Comment