Skip to content

Instantly share code, notes, and snippets.

View thevirtualbuddy's full-sized avatar
🐶
woof woof!

Sonu thevirtualbuddy

🐶
woof woof!
View GitHub Profile
@thevirtualbuddy
thevirtualbuddy / gitcli.md
Last active July 26, 2021 11:11
Git - Command line fundamentals

Terminal commands:

ls - lists all of the folders 
ls -la - lists all of the files 
cd .. - returns one dir back 
cd - enters a directory
. - just install in the current directory 

On initial install:

git --version - checks the version of the installed locally git
git config --global user.name "Your Name" - sets up the name of the user