Skip to content

yescynthia/Github-Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Github-Practice

Practicing basic Github commands

##Creating new repository

1. Create Repository on Github

2. Clone Repository in terminal

$ git clone insert SSH clone URL

3. Edit ReadMe in MacDown

Save

4. Commit the changes

$ git commit -am "insert a comment about what you just changed, use present tense"

5. Push changes to Git

$ git push origin master

  • "origin" is ___
  • "master" is the name of the branch

other commands

git status tells you if there are files that have/haven't been committed

##Unix Commands

cd: change directory
ls: list files
.. : go back a folder
~: the root of a folder

About

Practicing basic Github commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published