Skip to content

DonaldReagin/firstGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

First Git Project

  • Creating a new git repository with $ git init
  • Edit the file(s)
  • Add file(s) to the staging area with $ git add
  • Commmit file(s) with $git commit -m "message"
  • Push the commited code to Github with $ git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors