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-08 00:13:00 UTC
- JSON Representation
https://github.com/svandriel/remove-merged-branches
Removes merged git branches
Last synced: 06 Jan 2026
https://github.com/treechcer/gust
Gust a lightweight PowerShell script to simplify and automate common GitHub workflows: initializing repos, managing branches, committing, pushing, pulling, etc. all configurable via a JSON file.
automation branch-management clitool developer-tools devops git git-automation git-client github open-source powershell productivity scripting version-control workflow
Last synced: 14 Sep 2025
https://github.com/massigy/c-huffman-text-compression
This project impelements a basic version of the Huffman text compression algorithm, using the Huffman tree.
c compression-algorithm cprogramming gcc git github huffman-coding makefile
Last synced: 10 May 2026
https://github.com/jneidel/git-intro
Practical workshop on the basics of git for working with a team
code-design-camp git slideshow workshop
Last synced: 25 Mar 2025
https://github.com/yegor256/gitx
Bash script to manage multiple Git repositories in one click: pull, reset, push, etc.
Last synced: 12 Apr 2026
https://github.com/theherk/neovideproject
A macOS application that manages Neovide instances per Git repository, providing a seamless project-based editing experience.
git neovide neovim nvim project-management
Last synced: 04 May 2026
https://github.com/kaysilvha/luminar_restaurant
Desafio de projeto oferecido pelo curso Descodificadas
bootstrap css figma git github html javascript
Last synced: 12 Apr 2026
https://github.com/kingsleyibe/bookstore
"Bookstore Application" is an MVP version of its kind that allows you to: Display a list of books, Add a book and Remove a selected book. The application was built using JavaScript, React-Redux, SASS.
book dispatch es6 eslint git javascript jsx-syntax reactjs redux sass
Last synced: 12 Apr 2026
https://github.com/catherinee24/angular
Starting to learn Angular on Udemy and I can say that I'm loving it !! 🦄
angular css framework git html5 nodejs typescript
Last synced: 12 Apr 2026
https://github.com/deepak9011/recipe-newer
Recipe Newer is a React-based web app for discovering and exploring global recipes, featuring search, category and area filters, and a custom domain on Azure. Integrating TheMealDB API, it provides a seamless culinary experience with efficient data fetching for detailed recipe views.
azure-app-service css3 git html5 integration javascript reactjs restful-api vite
Last synced: 12 Apr 2026
https://github.com/myty/git-gone
A simple script to remove all git branches that have been merged into the main remote branch.
Last synced: 07 May 2026
https://github.com/stefanomori1106/stefano-mori-portfolio
Personal Portfolio
git nextjs once-ui typescript vercel
Last synced: 12 Apr 2026
https://github.com/diogomalfatti/animaisfantasticos
Curso de Javascript feito na Origamid
babel css-grid css3 eslint git html5 javascript webpack
Last synced: 12 Apr 2026
https://github.com/oriafo/ha_odoo-18.0_deployment
This project shows the deployment of Odoo:18 in a high available and scalable infrastructure
docker git github-actions grafana kubernetes odoo prometheus
Last synced: 28 Feb 2025
https://github.com/plandes/grsync
Synchronize and manage multiple GitHub repositories
git home-directory linux synchronization unix utility
Last synced: 23 Apr 2025
https://github.com/m4yers/dotfiles
Home, Sweet Home
bash dotfiles editorconfig git iterm2 ranger tmux vim w3m
Last synced: 12 Apr 2026
https://github.com/martincastroalvarez/development-tools
Software Development Tools
android cicd git linter python3 typescript
Last synced: 12 Apr 2026
https://github.com/dracula27/pokemonapp
Per Scholas - Week 7 - Front-end & Express - Assignment: pokemonApp
css expressjs git github html javascript nodejs
Last synced: 02 Apr 2026
https://github.com/kundan-10/mail_application
Developed this REST API for an Mail Application. This REST API performs all the fundamental CRUD operations of any Mail Application platform with user validation at every step
git lambok mysql spring-boot swagger-ui
Last synced: 07 May 2026
https://github.com/tiagojc06/curso-git-repo-1
Primer repositorio creado en GitHub
calvicieprematura git github tiago
Last synced: 05 May 2026
https://github.com/aaronfriel/grapple
A GitHub mirroring tool
git github rust rust-crate webhook
Last synced: 05 May 2026
https://github.com/microfocus/git-integration-for-octane
Git Integration for ALM Octane
bitbucket branches git integration octane pull-requests
Last synced: 05 May 2026
https://github.com/pascalgn/development-tools
Command line tools helpful for software development
command-line-tool git maven maven-repository
Last synced: 05 May 2026
https://github.com/brlin-tw/clean-filter-for-verilog
Clean your Verilog design code!
bash clean-filter filter git git-attributes istyle vdent verilog
Last synced: 06 May 2026
https://github.com/niel0503/burgerbots
Quinto projeto realizado no bootcamp da Laboratoria, que consistiu na criação de um sistema de pedidos para um restaurante utilizando angular
angular css3 git html5 typescript vercel-deployment
Last synced: 06 May 2026
https://github.com/thoroc/git-mirror
Git utility to clone a repo from anywhere on the file system to your regular project directory while mirroring the remote path
Last synced: 06 May 2026
https://github.com/kanzatahreem/portfolio-website
Portfolio build by using 'mobile first' approach.
css css3 git githubflow githubpages html html5 javascript linters mobile-first pair-programming portfolio responsive-web-design
Last synced: 06 May 2026
https://github.com/pktcodes/default-starter-basics
CSS Default Starter / Global Styles
alert buttons colors css-variables css3 default-styling fonts form git global-styles html5 john-smilga loading normalize-css shades title
Last synced: 06 May 2026
https://github.com/ang3lkar/tangit
Work with two git repositories in perfect tandem.
Last synced: 06 May 2026
https://github.com/nicholasdille/make_recipes
WIP: Template Makefiles for different use cases
continuous-integration docker git github go golang make makefile
Last synced: 07 May 2026
https://github.com/guimiiller/social-tree
Projeto Social Tree construído no curso Discover da Rocketseat
css git github html javascript
Last synced: 07 May 2026
https://github.com/massigy/c-hash-tables
This C project implments a Hash Table data structure.
c cprogramming data-structures gcc git github hashtable linked-list makefile
Last synced: 07 May 2026
https://github.com/cgoldberg/git-scripts
A collection of scripts for working with Git and GitHub
Last synced: 07 May 2026
https://github.com/eldanielhumberto/ct
A tool to translate commit messages to different languages.
Last synced: 07 May 2026
https://github.com/dandonahoe/slick-commit
Slick Commit is a tool that leverages OpenAI's GPT-4 to automatically generate high-quality commit messages based on staged changes in your Git repository. It uses AI to analyze the git diff and creates concise, readable, and technically sound commit messages.
code-quality generative-ai git openai versioning
Last synced: 07 May 2026
https://github.com/aetonsi/_update_all_projects_in_folder
{pwsh} Simple powershell script to update all svn / git working directories in a given root folder.
Last synced: 07 May 2026
https://github.com/vipreal/ono-tebe-nado
Проект "Оно тебе надо": представляющий собой веб-страницу аукциона, созданную на основе предоставленного макета. Этот проект помогает отточить навыки разработки веб-макетов и применения современных подходов к созданию веб-интерфейсов.
css3 figma git html5 pixel-perfect vscode
Last synced: 07 May 2026
https://github.com/kwizera-caleb/pygit-git-inspired-version-control-system
This pyGit a version control system made in python only inspired by Git
debian debian-linux git pygit python version-control
Last synced: 07 May 2026
https://github.com/pgherveou/git-util
Breakdown commits into individual Pull Requests
Last synced: 08 May 2026
https://github.com/dracula27/javascripttotalrecall
Per Scholas - Week3 - JS&CSS Concepts - Lab: JavaScript Total Recall
Last synced: 08 May 2026
https://github.com/mfaizanali2/w3resources-js
Solving W3Schools JavaScript exercises helps reinforce core programming concepts through practical coding challenges and examples.
codingpractice git github html javascript questions-solved
Last synced: 08 May 2026
https://github.com/noenv/docker-gitea
Gitea as Docker Image including asciidoctor
asciidoctor docker git gitea golang podman
Last synced: 08 May 2026
https://github.com/nickscip/sem-verified-ci
Workflows to automatically release Semantically Versioned Code
actions cicd conventional-commits devops git git-cliff semver workflows
Last synced: 08 May 2026
https://github.com/kanzatahreem/bootstrap-portfolio
Portfolio built by using CSS framework (Bootstrap)
bootstrap5 css git githubflow githubpages html linter mobile-first pair-programming responsive-website
Last synced: 08 May 2026
https://github.com/lmuhammed/git-bulky
بريمج بايثون لنسخ مجموعة من المستودعات الخارجية مرة واحد - Easily clone a group of git remote repositories
git github python-3 python-app python-script python3
Last synced: 08 May 2026
https://github.com/buzzardgta/duplicategitfileschecker
Windows and Git do not share the same case sensitivity rules, so this situation may lead to errors or issues when working with Git repositories on Windows.
case-insensitive case-sensitive case-sensitivity files git ignorecase insensitive sensitive windows
Last synced: 09 May 2026
https://github.com/muravjev/gha-get-version
A GitHub Action which extracts the version from the last version git tag and number of commits on top of it.
action actions get git githab github-actions semver tag version
Last synced: 09 May 2026
https://github.com/andresweitzel/microservice_mercadolibre_products_aws
Microservicio para la gestión de productos, ejemplificando parte de la arquitectura de desarrollo de ML implementada con Typescript, Amazon S3, Systems Manager Parameter Store, Api-Gateway, Serverless-Framework, Lambda, Sequelize, Mysql, Amazon RDS, entre otros.
amazon-s3 amazon-web-services aws-sdk-v3 git mysql sequelize-orm serverless serverless-framework serverless-offline typescript
Last synced: 09 May 2026
https://github.com/colinwilliams91/unity-game-template
This is a repo set up w/ proper gitignore and project board for a game development team using Unity
agile collaborate collaboration collaborative development devops game game-development gamedev git github how-to howto setup team tutorial unity
Last synced: 09 May 2026
https://github.com/psychodelhte/primer-repo
Mi primer repo creado en github
Last synced: 09 May 2026
https://github.com/shonharsh/commonlisp-exercism-s00e01-setup-helloworld
Exercism - This project is the classic Hello World in Common Lisp.
academic academy artificial-intelligence atom automation bot common-lisp config education exercism git guide hello-world learning markdown process studio training-materials trending windows
Last synced: 09 May 2026
https://github.com/pktcodes/portfolio-html-css-project
Portfolio Project using HTML & CSS - Grid
css-grid css3 font-awesome git google-fonts html5 javascript pexels
Last synced: 09 May 2026
https://github.com/pindlebot/gratis
Like git clone but downloads only what you need.
Last synced: 09 May 2026
https://github.com/seb86/wordpress-to-github-backup-script
Backup your WordPress.org repository to a GitHub repository.
Last synced: 09 May 2026
https://github.com/victorcarvalho2/carvalhosports
css git github github-pages html
Last synced: 09 May 2026
https://github.com/linka-cloud/leaderelection
cloud-computing distributed-systems git gossip kubernetes leader-election memberlist s3
Last synced: 09 May 2026
https://github.com/onkardahale/axle
A CLI tool for generating Git commit messages
cli commit-message git llm qwen2-5 tree-sitter
Last synced: 10 May 2026
https://github.com/trainingbypackt/version-control-with-git-and-github-elearning
Code files for Version Control with Git and GitHub eLearning
automated-testing branches commits git github release-management version-control
Last synced: 10 May 2026
https://github.com/joxit/linux-conf
Contains some shells, conf and plugins for Debian and Gnome
debian docker-clean gedit-syntax git highlight linux-conf nanorc unix vimrc
Last synced: 10 May 2026
https://github.com/snwfdhmp/git-ls
list local git repos and their status
git git-ls ls repository-management repository-manager
Last synced: 10 May 2026
https://github.com/karanjot786/amazing-project
Hacktoberfest 2023 OPEN FIRST Pull Request
contributions-welcome digitalocean first-pull-request freecodecamp git github good-first-issue hacktoberfest hacktoberfest2023 karanjot786 new newbiefriendly pull-request pull-requests
Last synced: 10 May 2026
https://github.com/mickaelandrieu/esgi-courses
Ensemble de mes cours de l'ESGI
best-practices git github performance testing
Last synced: 11 May 2026
https://github.com/codexpuneet/shopclone
This is a clone of Shop.com , it is an Marketplace offers great deals on clothes, beauty, health and nutrition, shoes, electronics, and more from over 1500 stores with one easy checkout.
css git html javascript vscode
Last synced: 11 May 2026
https://github.com/dinoboff/git-range
Parse git revision range for nodegit (http://www.nodegit.org/).
git git-rev git-revision-range nodegit nodejs revision
Last synced: 13 May 2026
https://github.com/aadhar41/society-services-frontend
A modern, API-first society management ERP built with React 19 and Vite. This frontend provides a premium, claymorphic user experience for managing multi-tenant societies.
git github npm react society-management society-services tailwindcss-v4 vite
Last synced: 11 Jun 2026
https://github.com/aadhar41/hacker-news
A modern React application for searching and browsing Hacker News stories with an intuitive interface. Search for articles, view story details, and navigate through results with smooth pagination.
css3 git github html5 nodejs npm react reactjs
Last synced: 11 Jun 2026
https://github.com/gsaini/git-config-hooks-demo
Narrated, sandboxed, 60-second walkthrough of Git 2.54 config-based hooks. Nine color-coded scenes across two fake repos. One command — ./run.sh — and your real ~/.gitconfig is never touched.
Last synced: 14 Jun 2026
https://github.com/munvard/dockterm
Terminal-first workspace for Claude Code — files, Git, MCP, and skills panels on demand. No telemetry. MIT.
claude-code developer-tools electron git mcp monaco-editor react terminal typescript xterm-js
Last synced: 16 Jun 2026
https://github.com/muhammad-fiaz/gitx
A lightweight, cross-platform CLI application installer that works without admin permissions.
cli cli-app cli-application cli-installer cli-tool git gitx gitx-cli gitx-installer
Last synced: 20 Jun 2026
https://github.com/natalialewis/connectplate-original
Social media app for recipes that emphasizes medical diet communities. Note: This is a passion project that is not ready for deployment yet. Most updates will remain on the 'testing' branch until ready for a rough deployment.
bash cloudfare css firebase git github html js jsx node react single-page-applications vide
Last synced: 23 Jun 2026
https://github.com/vizzdoom/massgitleaks
Massgitleaks automates bulk secret scanning across multiple git repositories as a gitleaks wrapper with advanced reporting and pentester-friendly features.
automation ci-cd cli cybersecurity devops devsecops git gitleaks hacking pentesting python scanner secops secret secrets secrets-detection security security-tools tools
Last synced: 23 Jun 2026
https://github.com/abhishekayu/qrcode-generator-
Python Code for generating QR Code from data !!
git github python python3 qr-code qr-generator qrcode qrcode-generator
Last synced: 24 Jun 2026
https://github.com/abhishekayu/spiral-color-simulation
Spiral-Color-Simulation using Python Turtle
color git python python3 rainbow simulations spiral theme turtle turtle-graphics
Last synced: 24 Jun 2026
https://github.com/lucasdogit/dio-curso-java-basico
Repositorio de atividades e desafios feitos durante no curso de Java básico oferecido pela DIO
digital-innovation-one dio-bootcamp git java java-basico javadev
Last synced: 26 Jun 2026
https://github.com/threefish-ai/hyper-git
HyperGit brings IntelliJ IDEA's powerful Git & Commit modules to VS Code, enhanced with AI-powered autonomous agents for intelligent repository management. Experience Git in a higher dimension.
git github-actions github-security worktree
Last synced: 29 Jun 2026
https://github.com/fair2-for-research-software/git-collaboration
Intermediate level course on using Git for collaboration
collaboration commit foss git github opensource training-material vc versioncontrol
Last synced: 23 Mar 2025
https://github.com/ebrahimmahrous/first-web-project
In 2022, I designed my first website, reflecting my goals and ambitions after graduating in 2025. I was really excited, as this project sparked my love for web development and motivated me to learn more. It wasn’t just a project, but a symbol of my future ambitions.
Last synced: 19 Apr 2026