Skip to content

ManUnited1878/Concrete-Robot

Repository files navigation

Concrete-Robot

git Instructions

  • ssh into a Linux server

  • Download/clone the repo if you haven't already :

    git clone https://github.com/seal402/cs300.git

  • Every time, before working on the project, please do the following to sync your local repo with github :

    git pull

Uploading Your Code

in the working directory of the project you're working on, do the following

  • Add the changes you've made.

    git add .

  • Make a commit. This will bring up a text editor. Provide a brief description of the changes/additions made then save and quit

    git commit

    • Or commit without the text editor

    git commit -m "Enter Updates Message here"

    -m "Message here"

  • Upload your commit to Github.

    git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published