Skip to content

elanus/CSE360-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Before working on the project and pushing, you must pull all the new commits. 
Here's how:

  cd ./CSE360-Project
  git fetch upstream
  git merge upstream/master


After Fetching and Merging:

  git add -A
  git commit -m 'Your message here'
  git push origin master

DONE!

To change the remote 'origin':
  git remote set-url origin git@github.com:LearnToPlay/CSE360-Project.git
  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages