Skip to content

Commit 6884bc9

Browse files
authored
Merge pull request #18 from PhilipOakley/snapshots
Add 'Snapshots' link to gitforwindows.org
2 parents fe1ff1e + bbf4cc5 commit 6884bc9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ https://gitforwindows.org/
77

88
## Developing
99

10+
Note: if you have the cautious 'Use Git from Git Bash only' setting then you may need to change from bash to cmd at step 2, adjusting the cd path at step 3.
11+
1012
0. `git clone https://github.com/git-for-windows/git-for-windows.github.io.git` (this repo)
1113
1. Install [Node.js](https://nodejs.org/) (contains the 'npm' package manager)
1214
2. Install Grunt: `npm install -g grunt-cli`
@@ -15,4 +17,3 @@ https://gitforwindows.org/
1517
5. Run `grunt connect`
1618
6. Open `http://localhost:4000` in your favorite browser to check the changes.
1719

18-
(Tested on XP, and onwards)

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ <h3><span class="gittext">Git for Windows SDK</span> : Contributing Code</h3>
108108
<li><a href="https://github.com/git-for-windows/git" target="_blank">Repository</a></li>
109109
<li><a href="http://groups.google.com/group/git-for-windows" target="_blank">Mailing List</a></li>
110110
<li><a href="https://github.com/git-for-windows/git/releases/">All Releases</a></li>
111+
<li><a href="https://wingit.blob.core.windows.net/files/index.html">Snapshots</a></li>
111112
<li><a href="https://github.com/git-for-windows/build-extra/blob/master/ReleaseNotes.md#licenses">Licenses</a></li>
112113
</ul>
113114
<a href="index.html"><h1 class="gittext lowercase">Git for Windows</h1></a>

0 commit comments

Comments
 (0)