Skip to content

sidofdountio/learning-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-git

I'm leaning from Amigoscode.

Somme git commande

To set up and configure your working directory.

  • $ git config --global user.name "your git name"
  • $ git config --global user.email "your email"
  • $ git config --global color.ui auto

Now your could start

Add new file in the area stage

$ git add -A

Delete file on the area

$ git rm -r filename

To see area status


$ git status

Commit to the local remote


$ git commit -m "a message of the commit"

About

Ilearning git repositier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published