summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-08-28 13:38:26 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-08-28 13:38:26 -0400
commit3ca819e1daadd64013cd265825af150afc639fae (patch)
tree66e102ccf585586d3258c4d74af84fe2e0a9a7eb
parent2a8c40f7bb244a532a0de5912eee9b9fe02b855c (diff)
response
-rw-r--r--doc/forum/How_do_I_revert_back_to_specific_commit_with_git_annex/comment_1_ab8896c4f0e20fb351477e3dc92a35d8._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/forum/How_do_I_revert_back_to_specific_commit_with_git_annex/comment_1_ab8896c4f0e20fb351477e3dc92a35d8._comment b/doc/forum/How_do_I_revert_back_to_specific_commit_with_git_annex/comment_1_ab8896c4f0e20fb351477e3dc92a35d8._comment
new file mode 100644
index 000000000..fa99665fd
--- /dev/null
+++ b/doc/forum/How_do_I_revert_back_to_specific_commit_with_git_annex/comment_1_ab8896c4f0e20fb351477e3dc92a35d8._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2017-08-28T17:37:11Z"
+ content="""
+This works the same with git-annex as it does with regular git. You can
+use `git revert` or `git reset` or whatever.
+"""]]