diff --git a/docs/git.md b/docs/git.md index 38c6593e..d13dd304 100644 --- a/docs/git.md +++ b/docs/git.md @@ -477,6 +477,7 @@ git rebase -i HEAD~5 - [stackoverflow.blog: GitLab launches Collective on Stack Overflow](https://stackoverflow.blog/2021/09/22/gitlab-launches-collective-on-stack-overflow/) ## GitHub + - [What is a GitHub Wiki and How Do You Use it?](https://www.freecodecamp.org/news/what-is-github-wiki-and-how-do-you-use-it/) - *(Related to developerportals topic)* - [githubstatus.com 🌟](https://www.githubstatus.com/) - [buttons.github.io: GitHub Buttons](https://buttons.github.io/) @@ -580,6 +581,7 @@ git rebase -i HEAD~5 - [github.com/giscus/giscus](https://github.com/giscus/giscus) A comments system powered by [GitHub Discussions](https://docs.github.com/en/discussions). Let visitors leave comments and reactions on your website via GitHub! Heavily inspired by [utterances](https://github.com/utterance/utterances). ### GitHub Actions + - [Gama: Terminal UI for GitHub Actions](https://github.com/termkit/gama) - *(Related to cicd topic)* - [github.blog: Testing cloud apps with GitHub Actions and cloud-native open source tools](https://github.blog/2020-10-09-devops-cloud-testing/) - [docker.com: Docker Github Actions](https://www.docker.com/blog/docker-github-actions/) @@ -872,3 +874,4 @@ Automate them.

How to organizing GitHub repositories for your project?

A thread 👇 pic.twitter.com/QSnnyDyupe

— Rakesh Jain (@devops_tech) May 7, 2023
+ - [Purposeful Commits](https://chrisarcand.com/purposeful-commits/) 🌟 - A blog post by Chris Arcand discussing strategies for managing Git commit history, advocating for practices that result in a cleaner and more understandable history by avoiding noisy merge commits and WIP messages, ultimately making it easier to track changes, revert regressions, and understand the evolution of a codebase. \ No newline at end of file