latest 20 messages by SlizardWizard
+
[2017-02-14T05:01:48Z]
SlizardWizard
i did google it but every answer says something different, from git reset HEAD, to git checkout, git revert,
+
[2017-02-14T04:54:08Z]
SlizardWizard
is there a way to temporarily revert commits, i broke some part of my code and i have no clue how long ago it was. I just can't figure out how it broke.
+
[2017-01-15T22:22:16Z]
SlizardWizard
quit
+
[2017-01-13T07:01:01Z]
SlizardWizard
i have a lot of code that i need to push that i really don't want to lose, what is something i can do to that might help
+
[2017-01-13T07:00:38Z]
SlizardWizard
when i type git pull it hangs forever
+
[2017-01-13T07:00:29Z]
SlizardWizard
git status tells me that i need to git pull
+
[2017-01-05T02:59:25Z]
SlizardWizard
is there a way i can see what changes i made and reapply them manaully or something?
+
[2017-01-05T02:58:51Z]
SlizardWizard
the auto-merge failed and i had to fix it manually, but the part which was marked as failed was very odd, code that shouldn't of had a problem merging. i fixed then realised all the changes i made were lost
+
[2017-01-05T02:57:45Z]
SlizardWizard
I made a bunch of changes to some css code, I commited them, I then pulled the changes and merged
+
[2016-08-17T06:43:31Z]
SlizardWizard
jhass: thankyou
+
[2016-08-17T05:42:53Z]
SlizardWizard
Is there an easy way to download a whole folder while looking at the code in history?
+
[2016-08-17T05:42:33Z]
SlizardWizard
I accidently deleted a folder a good 10 commits ago
+
[2016-07-25T05:55:27Z]
SlizardWizard
deltab: awesome, thanks
+
[2016-07-25T04:43:50Z]
SlizardWizard
I understand in the future i shouldn't commit to master when working on broken stuff but i still need to fix this issue now
+
[2016-07-25T04:43:20Z]
SlizardWizard
For example, i had made some changes to some files which broke everything. I commited them to master. I now have to fix a bug on the release version. So i created a new branch called "release" and i want to revert the last couple commits just on that branch to get the code back to working state
+
[2016-07-25T04:38:21Z]
SlizardWizard
Hi, is it possible to revert a commit after creating a new branch?
+
[2016-07-18T01:06:29Z]
SlizardWizard
How would i remove it from being a project without deleting the files?
+
[2016-07-18T01:04:37Z]
SlizardWizard
I guess i didn't remove it properly
+
[2016-07-18T01:04:31Z]
SlizardWizard
but that didn't really work well
+
[2016-07-18T01:04:24Z]
SlizardWizard
I Originaly tried to make the whole cms a project