Skip to content

HatboyStudios/sideview-section

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sideview-section

how to commit from terminal

  • git add --all
  • git commit -a -m "commit name"
  • git push -u origin main

how to update local repo with remote-origin

  • git pull

how to make a new branch

  • git checkout -b branch_name
  • git push --set-upstream origin game

how to merge a branch

  • git checkout branchA_name
  • git merge branchB_name

Releases

No releases published

Packages

No packages published