You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type git clone https://github.com/UCSD-TIES/DVS-Python.git. You should now have a copy of the git repo on your machine.
Type cd DVS-Python to enter your local repo. This is your local version of the program.
Using Git while programming
Before you start work, pull the most recent changes from the server. Type: git pull
Do your work.
When you are ready to save your changes to your local repository, type git commit -m 'THESE ARE THE CHANGES I MADE' /directory/of/file/I/changed. The message in the single quotes should be a brief description of what you've done.
When you are ready to upload your local commits to the team's shared repository, type git push