Skip to content

Rohan3003/git_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git_tutorial

This repository helps in understanding various git commands with examples. Git commands

  1. To list all the branches – git branch
  2. To check existing branch details – git checkout branch_name
  3. To commit (to put the code in staging area) – git commit -m “comments”
  4. To add new file in git – git add file_name
  5. To push all the changes in git repository in website – git push origin branch_name
  6. To pull changed/updated code from git repository(website) to your local – git pull branch_name

About

This repository helps in understanding various git commands with examples.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages