latest 9 messages by rosco_y
+
[2020-03-15T00:13:41Z]
rosco_y
https://code.likeagirl.io/how-to-undo-the-last-commit-393e7db2840b
+
[2020-03-15T00:13:38Z]
rosco_y
or as this article recommends, just use git checkout <desired hash>
+
[2020-03-15T00:10:26Z]
rosco_y
I'd like to revert my code base to a previous commit--do I use "git reset <hash identifier> to do this?
+
[2019-11-05T14:14:41Z]
rosco_y
R2robotm nedbat: Thank You! I appreciate it!
+
[2019-11-05T13:34:58Z]
rosco_y
Or is that a non-issue as the history is merged into the master?
+
[2019-11-05T13:34:22Z]
rosco_y
i.e., am I losing some history by deleting branches?
+
[2019-11-05T13:33:32Z]
rosco_y
but I'm not sure that I'm losing some kind of flexibility by doing that.
+
[2019-11-05T13:33:06Z]
rosco_y
I've been deleting them as soon as I finish my work in them, and have merged them into my master.
+
[2019-11-05T13:31:42Z]
rosco_y
is it better to delete branches when you are finished with them, or does it help in any way to keep them around?