Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Git Basics

Git CLI & Remote

  • git init
  • git status
  • git add <filename>
  • git commit -m "Commit message"
  • git push -u origin <branch-name>
  • git remote -v
  • git remote add origin <ssh link>
  • git clone <ssh link>

Git Branches & PRs

  • git switch -c <branch-name>
  • git switch <branch-name>
  • git pull
  • git branch -d <branch-name>
  • git branch

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors