All Projects → git → Git

git / Git

Licence: other
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
perl
6916 projects
tcl
693 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Git

Nixpkgs Review
Review pull-requests on https://github.com/NixOS/nixpkgs
Stars: ✭ 107 (-99.74%)
Mutual labels:  hacktoberfest
React Styleguidist
Isolated React component development environment with a living style guide
Stars: ✭ 10,172 (-74.86%)
Mutual labels:  hacktoberfest
Best Websites A Programmer Should Visit
🔗 Some useful websites for programmers.
Stars: ✭ 44,744 (+10.59%)
Mutual labels:  hacktoberfest
Mattermost Helm
Mattermost Helm charts for Kubernetes
Stars: ✭ 107 (-99.74%)
Mutual labels:  hacktoberfest
Awesome Regression Testing
🕶️ A curated list of resources around the topic: visual regression testing
Stars: ✭ 1,604 (-96.04%)
Mutual labels:  hacktoberfest
Phpspreadsheet
A pure PHP library for reading and writing spreadsheet files
Stars: ✭ 10,627 (-73.73%)
Mutual labels:  hacktoberfest
Go Algorithms
Algorithms and data structures for golang
Stars: ✭ 1,529 (-96.22%)
Mutual labels:  hacktoberfest
Java
All Algorithms implemented in Java
Stars: ✭ 42,893 (+6.01%)
Mutual labels:  hacktoberfest
Laracom
Laravel FREE E-Commerce Software
Stars: ✭ 1,570 (-96.12%)
Mutual labels:  hacktoberfest
Core
🚀 The Node.js Framework highly focused on developer ergonomics, stability and confidence
Stars: ✭ 11,697 (-71.09%)
Mutual labels:  hacktoberfest
Rpi Examples
Raspberry Pi examples
Stars: ✭ 107 (-99.74%)
Mutual labels:  hacktoberfest
Open Wc
Open Web Components: guides, tools and libraries for developing web components.
Stars: ✭ 1,670 (-95.87%)
Mutual labels:  hacktoberfest
Appintro
Make a cool intro for your Android app.
Stars: ✭ 9,989 (-75.31%)
Mutual labels:  hacktoberfest
Wulkanowy
🌋 Androidowy klient dziennika VULCAN UONET+ dla ucznia i rodzica
Stars: ✭ 107 (-99.74%)
Mutual labels:  hacktoberfest
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+3.28%)
Mutual labels:  hacktoberfest
Sir Lancebot
A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
Stars: ✭ 105 (-99.74%)
Mutual labels:  hacktoberfest
Truffle
A tool for developing smart contracts. Crafted with the finest cacaos.
Stars: ✭ 11,909 (-70.57%)
Mutual labels:  hacktoberfest
X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (-6.51%)
Mutual labels:  hacktoberfest
Prometheus
The Prometheus monitoring system and time series database.
Stars: ✭ 40,114 (-0.86%)
Mutual labels:  hacktoberfest
Mindustry
The automation tower defense game
Stars: ✭ 13,105 (-67.61%)
Mutual labels:  hacktoberfest

Build status

Git - fast, scalable, distributed revision control system

Git is a fast, scalable, distributed revision control system with an unusually rich command set that provides both high-level operations and full access to internals.

Git is an Open Source project covered by the GNU General Public License version 2 (some parts of it are under different licenses, compatible with the GPLv2). It was originally written by Linus Torvalds with help of a group of hackers around the net.

Please read the file INSTALL for installation instructions.

Many Git online resources are accessible from https://git-scm.com/ including full documentation and Git related tools.

See Documentation/gittutorial.txt to get started, then see Documentation/giteveryday.txt for a useful minimum set of commands, and Documentation/git-<commandname>.txt for documentation of each command. If git has been correctly installed, then the tutorial can also be read with man gittutorial or git help tutorial, and the documentation of each command with man git-<commandname> or git help <commandname>.

CVS users may also want to read Documentation/gitcvs-migration.txt (man gitcvs-migration or git help cvs-migration if git is installed).

The user discussion and development of Git take place on the Git mailing list -- everyone is welcome to post bug reports, feature requests, comments and patches to [email protected] (read Documentation/SubmittingPatches for instructions on patch submission). To subscribe to the list, send an email with just "subscribe git" in the body to [email protected]. The mailing list archives are available at https://lore.kernel.org/git/, http://marc.info/?l=git and other archival sites.

Issues which are security relevant should be disclosed privately to the Git Security mailing list [email protected].

The maintainer frequently sends the "What's cooking" reports that list the current status of various development topics to the mailing list. The discussion following them give a good reference for project status, development direction and remaining tasks.

The name "git" was given by Linus Torvalds when he wrote the very first version. He described the tool as "the stupid content tracker" and the name as (depending on your mood):

  • random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of "get" may or may not be relevant.
  • stupid. contemptible and despicable. simple. Take your pick from the dictionary of slang.
  • "global information tracker": you're in a good mood, and it actually works for you. Angels sing, and a light suddenly fills the room.
  • "goddamn idiotic truckload of sh*t": when it breaks
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].