The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Learn more. Download installer for old version of Git Ask Question. Asked 6 years, 2 months ago. Active 4 years, 5 months ago. Viewed 16k times. Improve this question. David K David K 2 2 gold badges 3 3 silver badges 13 13 bronze badges. Came here looking for same answer. AFAIK, there weren't any publicly released builds for windows from version 1.
So no wonder you won't find 2. However I can't even find 1. Anyone have any idea where could I find the last publicly released windows build which was 1.
Add a comment. Active Oldest Votes. Where can I get an older version of git for Windows? Improve this answer. For instance, by looking at the log, you identified that ab4ef was the state you were interested in: issue a git checkout ab4ef to check out that state.
So first clone a repository which does initially checkout the latest version , then checkout the version you actually want. Posting this solution specifically for github. I was using an older version of Keycloak and wanted to download the source.
On github. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Cloning an older version of github repo Ask Question. Asked 9 years, 2 months ago. Active 4 months ago. Viewed k times. Improve this question. Mobie Mobie 1, 4 4 gold badges 17 17 silver badges 24 24 bronze badges.
Add a comment. Active Oldest Votes. You can always check out any given state by using a commit hash. Improve this answer. Note: Do not forget to define hist in your.
If you do not remember how, review the lesson on aliases. Check the log data and find the hash for the first commit. You will find it in the last line of the git hist data. Use the code its first 7 chars are enough in the command below.
After that check the contents of the hello. Note: Many commands depend on the hash values in the repository. The checkout command output totally clarifies the situation. Older git versions will complain about not being on a local branch. By checking out a branch by name, you go to its latest version. Skip to main content. Toggle navigation GitHowTo. Getting older versions.
Tagging versions. Preparation 2. The final preparation 3. Creating a Project 4. Checking the status of the repository 5. Making changes 6. Staging the changes 7. Staging and committing 8. Commiting the changes 9.
0コメント