About 1,600,418 results (1,322 milliseconds)

Git Beyond the D in DVCS · Los Techies

http://feedproxy.google.com/~r/LosTechies/~3/pcNxv9Ae5PI/
Oct 14, 2011 ... It's trivial to reset a branch back a few commits if an idea doesn't work out, or create a new branch from a few commits ago to see if there's a ...

Git command reference | Looker | Google Cloud

https://cloud.google.com/looker/docs/git-command-reference
Sep 11, 2023 ... ... commit on GitHub so you can view the exact changes. ... Revert Uncommitted Changes option to discard all the changes that have not been committed.

Uninstall Extension

https://groups.google.com/d/topic/spree-user/YpeGqQrPNfk
The easiest way to uninstall an extension is to revert the commit that you made when installing it. ... commit to git. If I ever need to uninstall it, I ...

Curious regressions due to 31050f2 (Cherry-pick behavior mods)

https://groups.google.com/d/topic/repo-discuss/l1xX2IgG-QM
Dec 14, 2011 ... ... reverting that commit appears to > have solved the issue. My ... git commit -m "added a line to testfile.txt" git push origin HEAD ...

Django git guidelines

https://groups.google.com/g/django-developers/c/sji76LDNdFM
May 18, 2012 ... revert that commit" "Do the real work in hobnob.py". In addition to making automated git bisects possible, it also lowers. the bar for ...

[llvm-dev] [Github] RFC: linear history vs merge commits

https://groups.google.com/g/llvm-dev/c/dT7kYVCvpCc/m/rn8l0hILHgAJ
Jan 29, 2019 ... A linear history makes it much easier to git-bisect, since each commit can be rolled back individually. Easier cross-project bisection is one of ...

Version control your code | Dataform | Google Cloud

https://cloud.google.com/dataform/docs/version-control
Above the Files pane, click the More menu, and then select Revert to last commit. Resolve merge conflicts. A merge conflict can happen when a local change in ...

Reverse a git pull request on GitHub the hard way · Simon Holywell

https://feedproxy.google.com/~r/SimonHolywell/~3/zSMEsTXE3U8/reverse-github-pull-request
Dec 12, 2013 ... You would of course usually perform this task using git revert with the merge commit. There are tonnes of posts out there about that though ...

How to git pull latest changes from gerrit changeset + master

https://groups.google.com/g/repo-discuss/c/QCtXQa7ZEGY
To do this, I fetch the latest patch of the changeset and modify the code locally and push the changes back to refs/for/master. This results in a new patch ...

Best practice for working on your own branch of a Julia package

https://groups.google.com/d/msg/julia-dev/UzhuQuSKILE/O_jxH41yC2QJ
Do new and exciting development on this branch with commits and stuff; git push mine HEAD; Back on GitHub, go to your fork, select the my- ...

Current build is failing because of PhantomJS

https://groups.google.com/g/jhipster-dev/c/jicBCKMM_9I
... revert the commit that causes the error. - https://github.com/jhipster ... First good news, reverting the commit works: https://github.com/jhipster ...

Re: Revert all recent wxUSE_DPI_AWARE_MANIFEST-related ...

https://groups.google.com/g/wx-dev/c/50cjw8zYPp4
build system. You can view, comment on, or merge this pull request online at: https://github.com/wxWidgets/wxWidgets/pull/23814. Commit Summary.

sshd kerberos broken after upgrading to 2.13.1

https://groups.google.com/g/repo-discuss/c/n3vfzSF3448
Have you tried a revert of the commit on top of stable-2.13? Luca Sent from ... this is the commit: https://github.com/apache/mina-sshd/commit ...

Reverting the use of WS_EX_COMPOSITED in wxMSW

https://groups.google.com/g/wx-dev/c/irUrLXU3_gQ
Nov 23, 2022 ... always revert the commit reverting it, restoring this feature. ... I've mentioned in https://github.com/wxWidgets/wxWidgets/issues/22982, to

novatech limiting all digital lines' timing

https://groups.google.com/g/labscriptsuite/c/QdW6gUGNwQ0
https://github.com/labscript-suite/labscript/commit/957af9352b89a67beb7e5a824ba618736f908fe5 ... revert the commit Chris linked to. Personally, given the ...

Restarting one of etcd members triggers leader election

https://groups.google.com/g/etcd-dev/c/82bPTmzGVM0
Can we simply revert that commit? I am fine with making it configurable (let's move this discussion to github). I still believe advancing tick would trigger ...

[google/syzkaller] 076c13: Revert "tools/mockery.sh: update to 2.43.2"

https://groups.google.com/g/syzkaller/c/TCZgXZfXAJA
Branch: refs/heads/gh-readonly-queue/master/pr-4877-5aa1a7c940d309a8251de3a1fb423ab0cacb6317. Home: https://github.com/google/syzkaller. Commit: ...

why revert "adding accessible option to allow for allowing mass ...

https://groups.google.com/d/topic/rubyonrails-core/PGHgCRbDZeU
Sep 10, 2008 ... for allowing mass assignments" with the following commit: http://github.com/rails/rails/commit/9994f0d90248db7d7eae36f0b597a15e8a427612. What ...

Colons in filenames cause git delete

https://groups.google.com/g/tortoisegit-users/c/w9t79l_HFRw
A `git commit` with no changes to the repo shows the files are removed. ... b) git-revert should restore previous hash, but does not, so files are ...