Skip to content

JohnZonneveld/learnGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

learnGit

bash


ls
- list all folders and files
cd (directory name)
- change directory
- .. change to parent directory
mkdir (directory name)
- create folder
code .
- open current folder in visual studio code

git


git status
- information about repository
git add (file name)
- prepare file for commit
git commit -m "Good commit messages"
- save added file
git push
- publish
git log
- general log for all the commits
- to exit log type 'q' to quit
git clone (url)
- copy repository from github to local computer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages