| 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