Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 134 Bytes

File metadata and controls

9 lines (7 loc) · 134 Bytes

Git Commands

git:

  • init
  • add (.)
  • commit (-a, -m)
  • push (remote name, remote branch)
  • pull (remote name, remote branch)