Creating a Repository
cd ~
mkdir practice_git
cd practicegitgit initlsls -aOutput:
. .. .gitgit statusOutput:
On branch master
Initial commit
nothing to commit (create/copy files and use "git add" to track)Last updated
Was this helpful?
