Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santoshyadavdev/githubtips
Collection of Git and GitHub Tips
https://github.com/santoshyadavdev/githubtips
git github tips-and-tricks
Last synced: 15 days ago
JSON representation
Collection of Git and GitHub Tips
- Host: GitHub
- URL: https://github.com/santoshyadavdev/githubtips
- Owner: santoshyadavdev
- License: mit
- Created: 2023-02-25T22:05:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-25T09:00:47.000Z (over 1 year ago)
- Last Synced: 2024-10-03T15:54:10.096Z (about 1 month ago)
- Topics: git, github, tips-and-tricks
- Language: Astro
- Homepage: https://GitHubTips.com
- Size: 900 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GitHub Tips 🚀
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
Do you have any Git or GitHub Tips to share, do you want to contribute and help the community.
Then this is the right place for you, great communities are built together, and this website will remain open source.
You can share the Tips and get a green square on your profile.
## Do no cheat
Please make sure you don't copy and paste someone else's Tips. We do not want to plagiarize someone else's content.
## Guide for Code Contributors 📝
You can use `npm i` or `yarn` to install dependencies. I personally use `pnpm` because it's what I use on most of my projects.
`pnpm install` - Installs dependencies. You can use any of those.
`pnpm dev` - Starts local dev server at `localhost:3000`
`pnpm build` - Build your production site to `./dist/`
`pnpm preview` - Preview your build locally, before deploying
## License ⚖️
This repository has [MIT License](https://github.com/santoshyadavdev/GitHubTips/blob/main/LICENSE).
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Tom Thorogood
💻
Himanshu Chhatwal
📖
Leonardo Montini
📖
Santosh Yadav
💻
Anurag Sharma
💻
Deva
📖
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!