webtuu | tutorials
A tutorial on Git fundamentals for beginners, including:-
- First time Git setup (setting username & email)
- Branching
- Merging Branches locally
- Pushing up to Github
- Creating a PR (pull request)
- Merging on Github with pull requests
To get started, just fork this repo using the button on the top right of this page, and then clone (download) your repo to your own system with:-
git clone https://github.com/your-github-username-here/git_basics.git
Full tutorial - https://webtuu.com/blog/04/git-basics-branching-merging-push-to-github
Feedback/suggestions on improvements welcome!