Please enable JavaScript.
Coggle requires JavaScript to display documents.
Github (Undo things (git reset <commit>
reset changes (git reset -…
Github
-
Process
1/ Create Repository
2/ Create a branch
3/ Create new branch
4/ Make a commit
5/ Open a Pull Request
6/ Merge Pull Request
check for changes, additions, subtractions between 2 branches before merging
-
creating a Pull request to merge new branch(new feature, bug) to the master branch (production)
solve conflicts, if they exists
-
-
-
git pull to pull lastest updates from the master, solve conflicts, if they exists
for new feature, fixing bug
-
git command line
- git clone
- git add
- git commit
- git status
- git push
- git pull
- merge conflicts
- git log
- git reset
- git branch
- git merge
- pull requests
-