Skip to content

MasihAz/git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

console

cd - change dir
ls - list directory content
cat filename - provide content or type and size information for repository objects
rm filename - delete something
mkdir foldername - create folder

vs code

Shift + Alt + F - format code

git

Known commands
git help - get help
git init - init git repo
git clone - clone repository
git status - get git status
git add filename - add filename to staging area
git add . - add all files to staging area
git commit -m "commit message" - create commit
git push - push to the remote server
git diff - show difference between working directory and last commit
git log - show history of commits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors