Skip to content

Instantly share code, notes, and snippets.

View Sushant333's full-sized avatar
🎯
Focusing

SUSHANT MAGDUM Sushant333

🎯
Focusing
View GitHub Profile
                                                        TOP GITHUB COMMANDS
  1. git config –global user.name “[name]” ->sets author name git config –global user.email “[email address]” ->sets author email id

  2. git init [repository name] ->start new repository

  3. git clone [url] ->obtain a repository from an existing URL.

  4. git add [file] ->adds a file to the staging area.