About 1,013,233 results (5,263 milliseconds)

Re: [android-building] repo sync and deleted/modified files

https://groups.google.com/g/android-building/c/QIne5MVjO7U
On 03/08/2013 11:04 AM, JST wrote: ok, with your hints, and a bit of googling (stackoverflow: How to revert all local changes in a GIT managed project to ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
Looker uses Git to record changes and manage file versions. Each LookML project corresponds to a Git repository, and each developer branch correlates to a Git ...

Git Beyond the D in DVCS · Los Techies

http://feedproxy.google.com/~r/LosTechies/~3/pcNxv9Ae5PI/
Oct 14, 2011 ... git stash , which pushes the changes in your index and working directory onto a local stack of stashes from which you can pop at any time.

need to undo "Reset Changes" action git extensions

https://groups.google.com/g/gitextensions/c/fyt9AXC6GR4
Oct 9, 2013 ... If they were never staged, and never committed, then sadly they are gone. It's a bit like delete on a file. If you staged them (even just ...

repo 1.12.24, "cannot overwrite a local work tree"

https://groups.google.com/g/repo-discuss/c/wq9_C6gj1bk
File "/opt/git/android-5.1-platform/.repo/repo/subcmds/sync.py", line ... I reverted the breaking change locally in .repo/repo to permit working. When ...

Git command reference | Looker | Google Cloud

https://cloud.google.com/looker/docs/git-command-reference
Sep 11, 2023 ... The Revert to Shared option discards any changes in your local branch and syncs your local files to the current files on the remote branch. Note ...

Setting up a local repo server to host an Android repository using ...

https://groups.google.com/g/repo-discuss/c/9mmAFw3kIbY
Nov 15, 2016 ... What works now is to go through the same procedure again (shown below): revert the manifest.xml changes, run repo init with new manifest file, ...

Version control your code | Dataform | Google Cloud

https://cloud.google.com/dataform/docs/version-control
Revert uncommitted changes; Resolve merge conflicts; What's next. This ... If you don't select any files, Dataform commits all local changes. You can ...

Upgrade from 2.9.8 to 2.10.0 via git

https://groups.google.com/g/netbox-discuss/c/H9mS4sKc3cg
error: Your local changes to the following files would be overwritten by merge: ... (use "git restore <file>..." to discard changes in working directory).

problems with git and maintaining files

https://groups.google.com/g/vim_dev/c/7YwLoJcpFys
I'm having a problem with using git and making local changes to files I ... > git checkout / git revert > git stash pop > ? > > Sorry, getting terse ...

What should I do after a change is abandoned?

https://groups.google.com/g/repo-discuss/c/8tAphHqWqSA
Apr 20, 2014 ... This is a double-noob question, as I am new both to Gerrit and to Git. I made four changes to a project, committed them to my local repo, then ...

Gerrit not updating branch after merge

https://groups.google.com/g/repo-discuss/c/ko9vyryFHvA
Mar 6, 2020 ... The git history doesn't seem to reflect any changes when cloning again. ... I don't want to revert the change as I'm afraid it will cause a ...

Upgrade from 2.7.12 to Latest

https://groups.google.com/g/netbox-discuss/c/_Cdm6dsHAr0
12 to Latest Netbox. When I perform " git checkout" I receive this error: error: Your local changes to the following files would be overwritten by checkout:.

Checkpoints and Autosaves under Jupyter

https://groups.google.com/g/jupyter/c/DGCKE5fS4kQ
Notebook's Autosave updates the files as I am playing with them. If I want to discard my modifications and start fresh, the only way I seem to be able to is to ...

Syncing from Subsurface Mobile after changes made using Desktop ...

https://groups.google.com/g/subsurface-divelog/c/fL_e3ftpXRE
No option to export to a local file (would be nice). The loss of data is somewhat sub-optimal. Looking at the git history, it seems the changes from the ...

Non-idempotence on template - reports changed each time ...

https://groups.google.com/g/ansible-project/c/BEppw9Eck_I
Dec 30, 2013 ... ... file I was templating was also in my git repo. My git task, was using force=yes to revert any local changes. This would cause git to ...

How to get abandoned changes back?

https://groups.google.com/g/repo-discuss/c/Yu_Fr58bEyw
Mar 17, 2009 ... Here is my local git log. The latest 3 changes show in Gerrit as ... The .git directory and .git/index file only exist only on the client

Introduction to Embedded Systems - Using Git as Version Control

https://sites.google.com/vt.edu/introduction-to-embeddedsystem/tutorials/github-integration/using-git-as-version-control
Using Git as Version Control · To revert local changes which you have NOT committed, simply right-click on the file you wish to revert changes in, and then ...

Resolving conflicts of identically named packages in spack builtin ...

https://groups.google.com/g/spack/c/yeceTzEdq5w
Jun 1, 2022 ... 1. One option would be to modify packages in builtin for an installation and discard those changes to continue pulling from develop.

Git 'working tree is dirty'??

https://groups.google.com/g/golden-cheetah-users/c/INvKR2M17-U
Dec 21, 2009 ... try a git checkout to revert the file. try: git checkout src/test/rides/2009_12_13_16_11_42.csv. that should remove any changes, and allow you ...