Top "Revision-history" questions

Go to particular revision

I cloned a git repository of a certain project. Can I turn the files to the initial state and when …

git revision revision-history
Unable to show a Git tree in terminal

Killswitchcollective.com's old article, 30 June 2009, has the following inputs and outputs git co master git merge [your_branch] git push …

git terminal tree console revision-history
What is the Git equivalent for revision number?

We use SVN at work, but for my personal projects I decided to use Git. So I installed Git yesterday, …

git version-control revision-history version-numbering
How to view file history in Git?

With Subversion I could use TortoiseSVN to view the history/log of a file. How can I do this with …

git timeline git-diff git-log revision-history
Does deleting a branch in git remove it from the history?

Coming from svn, just starting to become familiar with git. When a branch is deleted in git, is it removed …

git version-control branch revision-history
How can I split up a Git commit buried in history?

I flubbed up my history and want to do some changes to it. Problem is, I have a commit with …

git split commit revision-history
Create a submodule repository from a folder and keep its git commit history

I have a web application that explores other web applications in a particular way. It contains some web demos in …

git git-submodules revision-history
How do I reword the very first git commit message?

I have a working tree containing 3 commmits: ➜ ~myproject git:(master) git log commit a99cce8240495de29254b5df8745e41815db5…

git message git-rebase git-commit revision-history
ClearCase to Git migration

We are working on converting our CC Vobs to GIT we have both base and UCM vobs, I have seen …

git migration clearcase revision-history
Is there any place to host your code online?

There are many free online services which provides you with large spaces to store your personal materials, mails, etc. But …

version-control repository hosting revision-history