Skip to content

magicoutside/git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

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 diff
git log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors