We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's possible in Git to create multiple, distinct commits with the same tree content with git cherry-pick. See here:
git cherry-pick
sahan@sahan-Lenovo-YOGA-C930-ubuntu:concept$ gloga *-. b968625 (HEAD -> master) Useless merge |\ \ | | * 888d690 Secondo commit | * | f4cb2e3 Secondo commit | |/ * / f8dc175 Secondo commit |/ * e809c7f Initial commit
In these cases, we would like to have a system to keep track of commits, perhaps by keeping track of the commit times.
The text was updated successfully, but these errors were encountered:
benthayer
No branches or pull requests
It's possible in Git to create multiple, distinct commits with the same tree content with
git cherry-pick
. See here:In these cases, we would like to have a system to keep track of commits, perhaps by keeping track of the commit times.
The text was updated successfully, but these errors were encountered: