Skip to content
This repository has been archived by the owner. It is now read-only.
devel
Go to file
Code
This branch is 131 commits ahead, 42 commits behind msysgit:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
cmd
 
 
doc
 
 
etc
 
 
 
 
lib
 
 
 
 
 
 
 
 
src
 
 
ssl
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

This is the copy of msysGit that ships with GitHub for Windows.

This is the build environment -- also known as msysGit -- for Git for Windows.

How to make changes

  1. Make sure you have ./ in your $PATH, probably via ~/.bashrc
  2. Make your changes on the devel branch
  3. Run msys.bat
  4. Inside the bash shell, run ghfw-release.sh

This will build a portable Git release and check it in to the PortableGit branch. Now you can push your changes to origin.

Updating git-tfs

  1. Make sure you're in devel (or a branch of it) and not PortableGit
  2. Download the latest git-tfs .zip from https://github.com/git-tfs/git-tfs/releases
  3. Invoke .\share\git-tfs\extract-git-tfs.ps1 path-to-zip-file
  4. Commit

Repository structure

This repository has two important branches: devel, and PortableGit.

devel

This is the main branch of the repository, and is periodically synced with msysgit/msysgit@devel. This branch contains all of the msysGit source code, Git source code, Git documentation, and supporting build scripts.

PortableGit

This branch is generated from the devel branch. Changes should never be made by hand to this branch, except to the .gitattributes and .gitignore files at the root of the repository.

About

The version of msysGit that ships with GitHub for Windows

Resources

Packages

No packages published
You can’t perform that action at this time.