git status
git add .
git add xyx.php
git commit -m"changes done"
git push
git config --global --edit
git commit --amend --reset-author
git push --set-upstream origin master
GIT
To create a new branch
git checkout -b automon_115
git status
git branch
git push -u origin automon_115
git checkout master
git diff
To create a branch first time- >. git checkout -b cmdb_120
Comments
Post a Comment