/Quick-Reference-Git

A Quick Reference Git to various git commands and various operations that can be done on git

MIT LicenseMIT

Quick-Reference-Git

A Quick Reference Git to various git commands and various operations that can be done on git. This repo also contains info related to the best ways in organizing the git hub repos

  1. sairam brothers
  2. github commit messages are not appropriate
  3. dont use one word like coded, dates, etc
  4. your commit message should be like this :

https://reflectoring.io/meaningful-commit-messages/

  1. go through the link
  2. whenever an issue raises in future,
  3. our commit message should help us to revert back to the previous ciode
  4. git helps to revert code back to older commits
  5. when an issue arises
  6. at that time only a commit message will help us to revert