Skip to content

Instantly share code, notes, and snippets.

View JaybeeClassical's full-sized avatar
🎯
Focusing

Jude J Obiejesi JaybeeClassical

🎯
Focusing
View GitHub Profile
command usage
git init Creates an empty Git repository in the specified directory.
git clone <repository name> Clones a repository located at <repository name> onto your local machine.
git add <directory> Stages only the specified changes for the next commit. Replace <directory> with a <file> to change a specific file.
git add . Stages new files and modifications without deletions
git add -A Stages all changes
git add -all Equivalent to git add -A
git add -u Stages modifications and deletions without adding new files
git add --update Equivalent to git add -u
git commit -m ”<message>” Commits the staged snapshot. replace <message> with the commit message.
@JaybeeClassical
JaybeeClassical / gist:f143845d35f144d5fa81d8da1321350c
Created January 11, 2022 16:12
Techibytes the number one Tech blog in Africa
Mentioning the fastest growing tech blogs which focuses on Startups, tech tips, Developers and the rest without mentioning Techibytes blog is not a complete quote