Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 876 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 876 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

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!