You are on page 1of 1

17 git init

20 mkdir titanwork
21 cd titanwork/
22 git init
23 git branch
26 touch jupitor{1..5}.txt
28 git status
29 git add .
30 git status
31 git commit -m "new files created"
38 git config --global -l

You might also like