Git
Git is the most widely used version control system, which allows for the tracking and managing of source code over time. It was designed for collaboration and built to be flexible, secure and efficient.
- GitHub: https://github.com/topics/git
- Wikipedia: https://en.wikipedia.org/wiki/Git
- Repo: https://github.com/git
- Created by: Linus Torvalds
- Released: April 7, 2005
- Related Topics: vcs, github, bitbucket, gitlab, gitops, gitflow, svn, mercurial, tfvc, dvcs,
- Last updated: 2026-07-05 00:09:08 UTC
- JSON Representation
https://github.com/mucansever/gittree
cli tool for listing git branches in tree view
Last synced: 16 Jan 2026
https://github.com/abroudoux/repo
🌸 Browse Github Repositories
bash bash-script bash-utility git git-utils repository repository-utilities script
Last synced: 03 Feb 2026
https://github.com/simeg/git-x
✨ CLI extensions for Git that simplify common workflows
git git-extension git-extenstions
Last synced: 26 Aug 2025
https://github.com/shonharsh/rpadev-s03p08-extractemailaddressregex-vb
This project is my solution in VB to the Extract email Address With RegEx practice found in section 03 practice 08 of the UiPath - RPA Developer Foundation course.
academic academy artificial-intelligence atom automation config education git guide learning markdown process robot rpa studio training-materials trending uipath vb-net windows
Last synced: 07 May 2026
https://github.com/joseeden/notes-kodekloud-ansible-1
Contains my notes for the KodeKloud course, Ansible for Absolute Beginners
ansible ansible-playbooks ansible-role git linux python-3 yaml
Last synced: 08 Apr 2025
https://github.com/lbrealdev/le-git
About Git and GitHub
git github github-actions github-cli github-rest-api github-rest-graphql
Last synced: 17 Jan 2026
https://github.com/shahzaneer/Interview-Prep-Fresh-Grads
A repository that combines all the resources for a CS Graduate before going in Technical Interview
algorithms api-design computer-networks database devops dsa flutter git high-level-design interview-preparation interview-questions low-level-design oop operating-system problem-solving software-engineering technical-coding-interview web
Last synced: 31 Mar 2025
https://github.com/adityakonda6/python-app-pipeline
This repository contains the source code for a simple web application built with Python and Flask. The primary purpose of this project is to serve as a practical, hands-on demonstration of a complete, end-to-end Continuous Integration and Continuous Deployment (CI/CD) pipeline built with Jenkins, Docker, and AWS.
aws aws-ec2 docker flask git jenkins linux python webhook
Last synced: 05 Apr 2026
https://github.com/jsdario/dotenv
:gear: My very personal developer setup and git config file
Last synced: 22 Feb 2026
https://github.com/tinyweatherforecastgermanygroup/git-graph
generate svg graph of all commits
Last synced: 24 Aug 2025
https://github.com/sarah-ribeiro/fullstack-application-spring-boot
This is a FullStack Application that you can see your Database from the FrontEnd and you can make changes by it
Last synced: 15 May 2025
https://github.com/devshahrukhanwar/remote-company
Test codes for The Remote Company
git javascript laravel mysql php vuejs
Last synced: 11 Apr 2026
https://github.com/raizertechdev/project_flixmaster
Desenvolvi um projeto essencial para meus estudos e futuros trabalhos: uma plataforma de séries e filmes em alta, onde os usuários vão estar interagindo com o carrossel, selecionando o conteúdo desejado. Nesse projeto foram aplicadas as principais techs => HTML, CSS e Java Script !!!
css3 git github html5 javascript
Last synced: 25 Jan 2026
https://github.com/lifan2029/fill-green
A Python script that automatically generates commits for a given date range, with customizable commit frequency per day. Useful for visualizing contributions on GitHub activity graph.
activity-graph automation commit-generator fake-commits git git-automation github-contributions open-source python scripting
Last synced: 28 May 2026
https://github.com/xgames123/git-credential-pass
A simple git credential helper for gnu pass
git git-credential git-credential-helper gnu pass password-store
Last synced: 25 Jan 2026
https://github.com/gnostr-org/_.github
gnostr.org
git gnostr gnostr-git gnostr-org nostr-protocol
Last synced: 03 Feb 2026
https://github.com/dhruwang/storyitup_client
This repository contains the client side code for StoryItUp which is a collection of startup stories from across the world
css git html javascript mongodb mongoose node react webdevelopment
Last synced: 10 Apr 2026
https://github.com/nfischer/vimignore
An extension to vim-fugitive for edit gitignore files
Last synced: 19 May 2026
https://github.com/refactorian/gitea-docker
Gitea Docker - Gitea v1.21.x, Postgres v16.x
docker docker-compose dockerized git gitea gitea-app postgres postgres-docker postgresql
Last synced: 13 Feb 2026
https://github.com/shubhendu-bhakat/portfolio
A dynamic portfolio website built with React.js, CSS Modules, and JSON data. Designed in Figma, it showcases my skills, experience, and projects. Fully responsive and hosted on vercel.
cssmodules-react git github json-data reactjs vanila-css vercel-deployment
Last synced: 25 Apr 2025
https://github.com/satyanaryana-merla/portfolio-website
A portfolio is a meticulously curated collection of a person's most significant achievements, serving as a clear, concise, and effective representation of their skills, achievements, and knowledge for career advancement.
css fonts git github html5 images javascript python style
Last synced: 18 Feb 2026
https://github.com/raku-community-modules/git-log
Gets git-log as a Raku object
Last synced: 02 Jul 2025
https://github.com/pincheveto/formula-general
a code that solves the general formula
general-formula git github pincheveto
Last synced: 30 Oct 2025
https://github.com/gtramontina/docker-commitlint
An image for https://github.com/marionebl/commitlint
commitlint docker docker-image git node
Last synced: 22 Mar 2025
https://github.com/iambasilp/coming-soon-counter
the Custom Countdown For Coming Soon Page Using JavaScript HTML And CSS.
css git html html-css-javascript javascript
Last synced: 13 Apr 2026
https://github.com/ttrmc/dotkeep
dotkeep is a minimal, Git-backed dotfiles manager for Linux. It tracks, versions, and syncs your configuration files using a Git repository, while keeping your home directory clean via symlinks. Designed for developers who want simple, reliable, and scriptable dotfile management across machines.
automation cli collaborate configuration-management devops dotfiles git linux python symlinks sysadmin
Last synced: 06 Jul 2025
https://github.com/kiprasmel/github-star-count
efficiently fetch (using graphql) how many stars have all repos of a user received.
git github graphql stargazers stargazers-count stars
Last synced: 11 Apr 2026
https://github.com/shonharsh/rpadev-s03p08-extractemailaddressregex-windowslegacy
This project is my solution in Windows Legacy (Deprecated), C# to the Extract email Address With RegEx practice found in section 03 practice 08 of the UiPath - RPA Developer Foundation course.
academic academy artificial-intelligence atom automation config csharp education git guide learning markdown process robot rpa studio training-materials trending uipath windows
Last synced: 03 May 2026
https://github.com/alyibrahim1/claude-statusline
Fast Rust-based Claude Code statusline — Displays model, git branch, commits, context bar, rate limits, session cost, tokens. Rust binary, zero dependencies.
anthropic binary claude claude-code cli developer-tools git linux nodejs npm open-source rust script statusline terminal-based tui usage-tracking
Last synced: 13 Apr 2026
https://github.com/desarrolla2/inspector
This project analyzes a git repository and reports on the modifications that have been made to it by each of the users.
Last synced: 10 Mar 2026
https://github.com/jimpriest/git-jira-branch-delete
Python script which will parse your local Git branches and using the JIRA API delete them based on their Jira status.
Last synced: 18 May 2026
https://github.com/romaric250/termux
Test your git skills through this CLI game
git javascript nodejs npm typscript
Last synced: 12 Apr 2026
https://github.com/shivankk26/soltransfer-dapp
Welcome to the Solana Token Sender project! This application enables you to seamlessly send Solana tokens from one address to another by entering the token amount and the recipient's address through an intuitive form. Built with Tailwind CSS, TypeScript, Next.js, and Solana Wallets, this project leverages cutting-edge technologies to provide a...
git nextjs phantom-wallet solana solana-client tailwindcss typescript
Last synced: 04 Oct 2025
https://github.com/serverfarmer/sf-app-deploy
Minimalistic approach to CI/CD processes, designed for software houses having multiple customers with rather simple applications.
build-automation build-tool build-tools cicd continuous-deployment continuous-integration devops devops-pipeline devops-tools devops-workflow git
Last synced: 18 May 2026
https://github.com/shonharsh/rpadev-s03p05-inputvalidation-vb
This project is my solution in VB to the Input Validation practice found in section 03 practice 05 of the UiPath - RPA Developer Foundation course.
academic academy artificial-intelligence atom automation config education git guide learning markdown process robot rpa studio training-materials trending uipath vb-net windows
Last synced: 09 May 2026
https://github.com/knu/changed-files
Changed Files for GitHub Actions
actions git github github-actions
Last synced: 08 May 2026
https://github.com/binbiubiubiu/git-semver-tags
Get all git semver tags of your repository in reverse chronological order
Last synced: 13 Apr 2025
https://github.com/developer-shourav/git-branching-marging
Here is some usefull Git branching And merging command that you need to know for working in a team project.
git git-branching git-merge project-management team-work
Last synced: 10 Apr 2025
https://github.com/josemg-ux/git-github-course
Platzi Professional Course (Git/GitHub)
Last synced: 18 May 2026
https://github.com/adhamu/history-in-sublime-merge
Show History of File in Sublime Merge in VSCode/VSCodium
git sublime-merge vscode vscode-extension vscodium
Last synced: 27 Jun 2025
https://github.com/theopnv/nodejs-server-starter
🚀 Use Koa.js, Typescript, GraphQL, MongoDB, Docker and Mocha to power your next back-end project.
apollo-server chai docker eslint git graphql mocha nodejs nodemon typescript
Last synced: 11 Apr 2026
https://github.com/zonca/conversion_tofix
Exercise for Advanced git tutorial
Last synced: 11 Jun 2025
https://github.com/rahil1202/let-him-commit
The package for doing git commit but in history
commit git github history javascript nodejs npm npm-package
Last synced: 08 Apr 2026
https://github.com/cesnet/metaman-helpers
Client-side and server-side Git hooks along with other possible helpers for MetaMan.
Last synced: 18 May 2026
https://github.com/saintedlama/git-visit
Git command line wrapping library to git visit commit history
Last synced: 21 Mar 2025
https://github.com/mulle-sde/mulle-fetch
🏃🏿 Download and unpack repositories or archives
bash command-line-tool curl git mirroring mulle-sde tar unpack-repositories zip
Last synced: 18 Jan 2026
https://github.com/geo-mena/wiki
📝 Minimalist Wiki with Python, Markdown, and Git.
docker git markdown open-source python
Last synced: 05 Feb 2026
https://github.com/metaory/bulk-git-tools
small collection of git bulk scripts
Last synced: 18 May 2026
https://github.com/68publishers/tracy-git-version
:twisted_rightwards_arrows: Git version panel for Tracy
build git nette tracy tracy-debugger tracy-panel vcs version
Last synced: 25 Oct 2025
https://github.com/mo-karbalaee/learn-git
Put your name and your Github link in this repo
flutter-course git sbu shahid-beheshti-university version-control
Last synced: 01 Aug 2025
https://github.com/vinceh121/git-swears
Counts swear words over time in a git repository
Last synced: 06 Oct 2025
https://github.com/pktcodes/javascript-dom-basics
JavaScript & DOM Basics
arrays comments conditional-statements css3 data-types dom events functions git helper-methods html5 javascript john-smilga keywords localstorage logical-operators loops objects selectors statements
Last synced: 11 Apr 2026
https://github.com/mlengineershub/quickdraw-api
Application for playing Quickdraw
api backend computer-vision css deep-learning devops docker endpoints fastapi frontend git git-actions html huggingface js paris-saclay python supabase transformers web
Last synced: 06 Apr 2025
https://github.com/feimosi/til
:pencil: Today I Learned
angular css git html javascript react self-development til today-i-learned vim
Last synced: 07 Apr 2026
https://github.com/alexwhin/cmai
⚡️ cmai — commits that write themselves. Multi-provider support, rule enforcement, secret redaction, multi-language output, commitlint integration, and flexible usage modes.
ai anthropic auomation cli commit git ollama openai productivity tools typescript
Last synced: 07 Oct 2025
https://github.com/johnaparker/git-scan
Scan multiple git repositories (local or remote) for differences between local and remote branches
command-line-tool git github tmux
Last synced: 11 May 2026
https://github.com/right9code/githubbrowser.koplugin
A comprehensive GitHub client for KOReader
git github koreader koreader-plugin koreader-plugins
Last synced: 21 May 2026
https://github.com/nhedger/git-reminder
VS Code extension to remind you to commit and push your changes at regular intervals.
commit git reminder vscode vscode-extension
Last synced: 07 Oct 2025
https://github.com/lolcommits/lolcommits-tranzlate
TRANZLATE YOAR LOLCOMMITZ MSG TO LOLSPEKK
fun git git-addons humor lolcommits lolcommits-plugin ruby selfie webcam
Last synced: 08 Oct 2025
https://github.com/slygriyrsk/my-portfolio
🌟 Welcome to My Personal Portfolio! 🌟 Explore a fully functional and responsive design crafted to offer the best user experience and highlight my unique skills. 🚀💻✨
css emailjs environment-variables filesystem git gsap react vite
Last synced: 20 Feb 2026
https://github.com/franciscoknebel/subtree-scripts
Scripts for simplifying adding, removing and updating repository subtrees.
git scripts subtree subtree-scripts
Last synced: 18 May 2026
https://github.com/gnostr-org/gnostr.archive
a git+nostr command line utility
git gnostr gnostr-cli gnostr-client gnostr-git gnostr-gnode
Last synced: 23 Jul 2025
https://github.com/alexandr-g/knowledge
https://alexgrischuk.gitbook.io/wiki/
algorithms coding data-structures flow functional-programming git js knowledge node npm react tmux vim wiki yarn
Last synced: 14 Feb 2026
https://github.com/languageissimple/.github
GitHub configuration for this Organization.
assignment-solutions config cpp cpp17 git github github-actions github-config java leetcode-solutions problem-solving python python3 ruby
Last synced: 05 Jan 2026
https://github.com/marcelo-earth/dotfiles
🛠 Vim Configuration + Personal dotfiles for MacOS and Linux
Last synced: 05 Apr 2025
https://github.com/sunsunmonkey/guser
easy to change your git user name and user email
Last synced: 01 Jul 2025
https://github.com/tritonix711/ai-content-verifier
AI Content Verifier is a tool that finds out if text is written by AI or humans. It uses machine learning and natural language processing to give clear results and confidence scores. With an easy-to-use interface, it helps everyone from researchers to content creators check if the content is real or not.
git machine-learning nlp nltk numpy pandas python scikit-learn spacy tkinter
Last synced: 07 Jan 2026
https://github.com/hexagon6/tcr-node
Test && Commit || Revert (TCR) in node.js with Visual Studio Code
git tcr tdd vscode vscode-extension
Last synced: 17 Apr 2026
https://github.com/ansaribrahim/freshfusion
Fresh Fusion, your ultimate grocery companion. Crafted using React Native, Redux, Tailwind CSS and NativeWind, this app redefines your shopping experience. Effortlessly navigate, order, and enjoy the freshest produce anytime, anywhere.
api axios css git gitflow nativewind-reactnative react-native reactnavigation redux-toolkit tailwindcss
Last synced: 05 Apr 2026
https://github.com/kwk/buildbot-app
Your GitHub App to make Buildbot a part of your Pull Request workflow.
Last synced: 04 Sep 2025
https://github.com/imskully/pm2-auto-pull
A pm2 module that automatically pulls the latest git version for your pm2 processes.
Last synced: 24 Sep 2025
https://github.com/c0r73x/lsext
My personal extended version of ls
alternative commandline coreutils files filesystem git linux ls mac osx terminal
Last synced: 25 Oct 2025
https://github.com/cwwhitney/teaching_git
🎓 Uni-Bonn Materials used for teaching git and GitHub
Last synced: 18 May 2026
https://github.com/shonharsh/rpadev-s05p02-therpachallenge-windowslegacy
This project is my solution in Windows Legacy (Deprecated), C# to the The RPA Challenge practice found in section 05 practice 02 of the UiPath - RPA Developer Foundation course.
academic academy artificial-intelligence atom automation config csharp education git guide learning markdown process robot rpa studio training-materials trending uipath windows
Last synced: 01 May 2026
https://github.com/learnwithfair/github-documentation
github-documentation [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]
documentation git github github-documentation-generator learn-with-fair learnwithfair rahatul-rabbi rahatulrabbi
Last synced: 12 Jul 2025
https://github.com/apn-pucky/fast-forward-action
action bot fast forward git github-action github-actions
Last synced: 19 Jan 2026
https://github.com/raku-community-modules/Git-Log
Gets git-log as a Raku object
Last synced: 07 Apr 2025
https://github.com/dmigwi/go-piparser
Golang implementation of the Politeia's proposals votes data parser tool.
decred git github golang parser-tool politeia
Last synced: 07 May 2026
https://github.com/kurianbenoy/s4-fosslab
Exiperements as part of my FOSS lab
git gui makefile perl php shell-scripts
Last synced: 11 Apr 2026
https://github.com/maximeduf/multi-repo-workspace
mrw is a tool for managing multiple Git repositories in one workspace. It uses `workspace.yml` to define repository configurations, allowing developers to clone and manage all repos with a single command. New contributors can start quickly by cloning the workspace and running mrw apply."
cli-app command-line-interface git local-development python python3 workspaces
Last synced: 23 Sep 2025
https://github.com/anser624/react-tailwind
This Is My First React And Tailwind-Css Landing Page
cards contacts flex footer git herosection jsx navbar props react tailwindcss vite
Last synced: 21 Feb 2026
https://github.com/nasa9084/git-license
make LICENSE file in command line.
command command-line-tool git git-subcommand github-api go golang
Last synced: 18 May 2026
https://github.com/boneskull/package-lock-merge-driver
Git merge driver for resolving lockfile conflicts in npm v7.0.0+
conflict git lockfile merge merge-driver nodejs npm
Last synced: 23 Sep 2025
https://github.com/mtso/task
Distributed git-based project management.
git management task taskapp tracker
Last synced: 23 Jan 2026