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 .
- Host: GitHub
- URL: https://github.com/alpha74/version_control_with_git
- Owner: alpha74
- Created: 2020-04-25T18:25:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T18:07:44.000Z (over 4 years ago)
- Last Synced: 2025-01-16T04:41:17.431Z (about 1 year ago)
- Topics: git, git-course, git-guide, github, github-guides, version-control, versioning
- Homepage:
- Size: 46.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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