Skip to content

Repository for demonstrating git concepts (2017-02-15)

Notifications You must be signed in to change notification settings

oberlin-csmc/git-night

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Night

##Learning Git

  1. Navigate through the command line into your favorite directory or one that will be a good place to save this test repo

  2. Clone this repository

    git clone https://github.com/oberlin-csmc/git-night

  3. Go ahead and add you favorite file to the directory and rename it with your name

  4. Add this file to the git index

    git add puckBregstone.py

  5. Commit your changes

    git commit

  6. Then push your changes from the local repository to the remote repository

    git push

About

Repository for demonstrating git concepts (2017-02-15)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages