Skip to content

Instantly share code, notes, and snippets.

View JOS-RE's full-sized avatar
🍁
🌐 Developer, 🎨 Designer, 🌋 Disaster

Joshith Gopidi JOS-RE

🍁
🌐 Developer, 🎨 Designer, 🌋 Disaster
View GitHub Profile
DIRECTORY
cd </file/path/code> -> change directory to a project
INITIALIZING
1. git init -> initialize an empty git repository
STATUS CHECK
2. git status -> list of files changed & those which needs to be staged or commit
STAGING & UNSTAGING

GIT Commands 🌐

DIRECTORY
cd </file/path/code> -> change directory to a project

INITIALIZING

        ------------------------------------------------------
  1. git init