Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 302 Bytes

git.md

File metadata and controls

41 lines (21 loc) · 302 Bytes

git commands


$ git clone <url>

make some changes


$ git status

$ git add .

$ git commit -m "your message"

$ git push origin master

command line


pwd

ls

cd [name of directory]

cd .. 

touch [name of file]

code [name of file]

mkdir [name of directory]