Skip to content

ZachNobles/S25_RobotProgramming_Galactic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Galactic

Team members

Zach Nobles

Jesse Kim

Joelle Wilensky

Jasmine King

Patricia Cai

Sriharsha Tangellamudi

Dyarra Mitchell


How 2 push stuff to github

git add --all

you can also run git add <file> but you're probably going to add everything anyway

git commit -m "<added a file>"

replace the message in quotes with whatever you want

git push

this pushes to the default branch. You can make other branches if you really want.

if it gives you shit about your current branch being behind:

  • run git pull
  • in the text editor arrow down below the lines that start with #
  • write a message (it doesn't really matter what but you have to write something)
  • ctrl+x
  • press enter
  • run git push again

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages