Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 440841
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T20:54:47+00:00 2026-05-12T20:54:47+00:00

I have a git-repository of my project with about 20 commits. I know how

  • 0

I have a git-repository of my project with about 20 commits. I know how to clone the actual commit with git clone,

  • but how can I “clone” an old commit?
  • is there a really good git-GUI (imho qgit is not a good GUI)?
  • what exactly are “branches”?
  • when I want to release 0.1, 0.2 and so on, what is the best way to mark these commits in git?
  • what are the big differences to svn?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T20:54:47+00:00Added an answer on May 12, 2026 at 8:54 pm

    A git repository contains the all history at all time.
    So when you are cloning a repository, you are cloning it with its full history, and then, you can make a branch from whatever commit you want:

     $ git checkout -b aNewBranch SHA1
    

    with SHA1 representing the commit id from which you want to proceed.


    Branches in Git are just a way to keep track of one path of a DAG (Directed Acyclic Graph) which is the set of commits representing the history of a Git repository.
    It is a mere pointer you assign to one of those commits, and it will keep moving along with each new commits.

    branches

    See Pro Git book for more.


    You can mark a specific commit with a tag, which, like a branch, is a mere pointer, but an immutable one (it wont move when you make new commit).
    You will use preferably annotated tags, which are stored as full objects in the Git database. They’re checksummed; contain the tagger name, e-mail, and date; have a tagging message; and can be signed and verified with GNU Privacy Guard (GPG).


    The “Graphical Interfaces” section of InterfacesFrontendsAndTools page on Git Wiki lists the various GUI for Git at the moment.


    You will see many questions about the difference between Git and SVN: see my answer (or this one) for example.
    My most complete answer about the fundamental differences between Git and SVN is here:
    “which of the two is better:git or SVN”.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm about to put a android project into a git repository, but I am
I have a project A that is a Git repository. I would like to
Say I have a project in a git repository. The project has a branch
I have forked a private repository (an iPhone project) as follows: cd nameofdirectory git
I have a git repository I originally used with msysgit , but now I've
I'm a little confused about how EGit workes. I have an existing git repository
I'm a git guy, but now I have to use CVS in a project
Basically, I can't find a workable URI for the EGit Clone Git Repository dialog.
I have created a new project and checked the create a local git repository
In our project we have to commit all changes to the clients svn repository.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.