Skip to content

vimalmenon/learn-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

Learn GitHub

Basic Commands

Check Git Version

git --version

Check all the files for versioning

git add .

Committing the message for pushing

git commit -m "<message>

Check Logs

git log
git log --oneline

  • commit
  • head
  • branch
  • log
  • diff
  • add
    • add -p
  • reset
  • Reflog
  • Cherry-Pick
  • Rebase
  • Branching Strategy
    • Main Branch
  • Tags
  • Release
  • Pull Request
  • Fork
  • Remote
  • Pull
  • Merge
  • Merge Conflict
  • pull
  • fetch
  • Bisect
  • Revert
  • restore
  • Squash
  • Amend
  • Stash

Git


Git Commit

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published