Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 889 Bytes

File metadata and controls

28 lines (20 loc) · 889 Bytes

webtuu | tutorials

Git Basics Tutorial

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

CHANGE TEST

Get started

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!