Skip to content

Latest commit

 

History

41 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dude, Where's My Ride?

To download the repository, get the git command line from http://git-scm.com/downloads

Run:
git clone https://github.com/aQuigs/DWMR

This will download everything into a DWMR folder

Before being able to submit changes, make a github account and run:
git config --global user.email "your email address"
git config --global user.name "your name"

To record changes:

git add file1 file2 ...
Use wildcards like * for all files

To view recorded/unrecorded changes:

git status

To commit changes:

git commit -m 'Description of the changes'

To submit changes to repository:

git push

To update your local copy with changes:

git pull

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages