Skip to content

suhas-nukala/Hacktober-Git-Demo-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GIT COMMANDS FOR HACKTOBERFEST


1. open cmd in the current folder
  1. git config --global user.name "username"

  2. git config --global user.email "[email protected]"

  3. git init

  4. git remote add keyword
    6 a.) git add . #add all files in the current working directory
    or
    b.) git add #only add a specific file (not all files)

  5. git status

  6. git commit -m "Initial Commit"

  7. git push -u keyword master #main

About

A repository consisting of git commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published