An open API service indexing awesome lists of open source software.

https://github.com/alpha74/version_control_with_git

Version Control with Git : My Git guide made from course by Atlassian on Coursera .
https://github.com/alpha74/version_control_with_git

git git-course git-guide github github-guides version-control versioning

Last synced: about 1 year ago
JSON representation

Version Control with Git : My Git guide made from course by Atlassian on Coursera .

Awesome Lists containing this project

README

          

![Git](https://git-scm.com/images/logo@2x.png)

# Version Control with Git : Git Guide
### Commands and Usage

- [Git Basics](https://github.com/alpha74/VCG/blob/master/git_basic.md)
- Theory
- Initialization and Configure
- Commit, Clone
- Log, Status, Show

- [Git Advanced1](https://github.com/alpha74/VCG/blob/master/git_advanced-1.md)
- Hash generation
- References
- Tags and Annotated tags
- Branches and reflog
- Merge and Types

- [Git Advanced2](https://github.com/alpha74/VCG/blob/master/git_advanced-2.md)
- Merge Conflicts
- Tracking Branches
- Network Commands
- Fetch, Pull, Push
- Diff
- Rebase and Merge Conflicts
- Rewriting History
- Squash Merge

- [Git Advanced3](https://github.com/alpha74/VCG/blob/master/git_advanced-3.md)
- Forking
- Pull Requests
- Single repo and Multi repo PR

- [Git Workflows](https://github.com/alpha74/VCG/blob/master/git_workflows_misc.md)
- Git Workflows types
- Plumbing commands
- Others