Skip to content

EtienneJanel/git-cheat-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Cheat sheet to create a new project with github

Create new depository on github and copy the url

open git shell and clone depository with

git clone https://github.com/EtienneJanel/git-cheat-sheet

change the directory on the shell with

cd C:...\github\git-cheat-sheet

access the status with

git status

in sublime text, add te project with

Project > add folder to project

sync with

  • git add/rm filename.txt add the file
  • git commit -m added/removed file send a message
  • git push send the information to github

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published