Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 677 Bytes

File metadata and controls

22 lines (19 loc) · 677 Bytes
id git
title Git-Tips
sidebar_label Git-Tips
  • Naming Conventions of a repository on Git must be lowercase
  • Commit messages should be precise and action based
  • Each repository must have Description, Topic Tags and README.md file
  • Topic tags for a repository should in Descending Order
  • Check for spelling mistakes and grammatical errors before committing
  • Use #, ##, ### and #### for better organisation of information
  • Use Bullets
  • Add following in the README.md for the repository:
## Author
* Name - Krishnakanth
* GitHub - [github.com/krishnaUIDev](https://github.com/krishnaUIDev)
  • Add License Information wherever necessary