About 1,477,528 results (2,367 milliseconds)

gitk lists my already committed files as "Uncommitted changes", but ...

https://groups.google.com/g/msysgit/c/ew43zMNdwSg
The strange thing is that the "git bash" is already shown a clean working copy. I guess the gitk use some cached config files? So I try to close all the ...

Git how to force server changes (overwrite local changes) and vice ...

https://groups.google.com/g/okapi-devel/c/yd8WDJ5p13g
... git-to-overwrite-local-files-on-pull. git fetch --all. git reset --hard origin/master. Now if you have uncommitted changes on your local machine I guess you ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
... all files by selecting the View Uncommitted Changes option from the Git Actions panel. ... Make sure to remove all instances of merge markers in your LookML files ...

Feature request - SVN command to clean a working copy of all ...

https://groups.google.com/g/subversion_users/c/wIPzB85vYHA
Mar 9, 2012 ... :: revert any uncommitted changes svn revert . --recursive. :: remove all unversioned and all ignored files and directories for /f "usebackq ...

issue with CRLF line endings

https://groups.google.com/g/sage-devel/c/5aDuK-0bgdY
> change branches since git thinks there is an uncommitted change. I > have been reduced to deleting the entire build and starting again from > scratch ...

Can't sync in repo

https://groups.google.com/g/android-building/c/Xxh5q8ivVO4
... uncommitted changes are present. commit changes, then run sync again. I made a ... git reset --hard ; git clean -fdx'. JBQ.. > -- > You received this ...

hg rollback / hg revert / hg ?? a merge - hg merge could tell it to the ...

https://groups.google.com/g/mercurial_general/c/aBZfeerteXk
Jul 10, 2012 ... >> the general "how do I drop the uncommitted changes I have in my working >> ... ' to undo the merge and lose all changes, or -f to force)

Git command reference | Looker | Google Cloud

https://cloud.google.com/looker/docs/git-command-reference
Sep 11, 2023 ... Button, Git Actions panel. Pull Remote Changes, If ... Uncommitted Changes option to discard all the changes that have not been committed.

hg equivalent of git stash

https://groups.google.com/g/mercurial_general/c/o-iA8U5XjpY
Dec 12, 2011 ... qrefresh = "add all my current uncommitted changes to an existing patch" qpop = "remove a patch from the working directory" qpush = "add a ...

gclient sync Fails

https://groups.google.com/a/chromium.org/g/chromium-dev/c/tMygcUbG43s
... clean and run git reset --hard HEAD and git clean -ffd. These are pretty aggressive (will remove any local changes and untracked files), so ymmv/at your own ...

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
The point of version control is to have a clear history of changes ... BE VERY CAREFUL WITH THIS - YOU WILL LOSE ALL UNCOMMITTED CHANGES IN YOUR ENTIRE PROJECT IN ...

repo Sync to pull older baseline on a populated source tree

https://groups.google.com/g/repo-discuss/c/oxKfLMShJ3c
Feb 13, 2009 ... Especially with repo, it won't sync with uncommitted changes present. ... (cd .repo/manifests && git checkout --track -b older origin/ ...

repo sync error - fatal: Unable to look up android.git.kernel.org (port ...

https://groups.google.com/g/repo-discuss/c/TTHdlpnjBrc
Nov 5, 2008 ... warn: [repo] commit (or discard) uncommitted changes before sync == ... Discard them with "git reset --hard" if you don't want them anymore.

Version control your code | Dataform | Google Cloud

https://cloud.google.com/dataform/docs/version-control
You can commit all local changes or selected files. In the New commit dialog, Dataform displays the uncommitted changes. To commit changes from your development ...

[gentoo-user] Portage, git and shallow cloning

https://groups.google.com/g/linux.gentoo.user/c/6SxxrNbIKCw/m/gR8oEOdECAAJ
this case should be to just wipe out the user's changes. I'm all for making ... > It does: git push refuses to start if there are uncommitted changes.

can't repo sync

https://groups.google.com/g/android-platform/c/ypJW8Naaeb0
... git://android.git.kernel.org/platform/manifest.git > -b cupcake > error: .repo/manifests/: contains uncommitted > changes > > Your Name [Aaron]:. > Your ...

Migrations in Django 1.7 make unit testing models harder

https://groups.google.com/g/django-developers/c/PWPj3etj3-U/m/vH4DjnVttIUJ
... Git to delete all uncommitted migrations and runs makemigrations again. This ... 1) uncommitted migration files will be clearly visible after the test ...

Vim git cheat sheet

https://groups.google.com/g/vim_dev/c/GgYDj_vsPDQ
Well there's a bunch of useless commands here! % git checkout <branch-name> % git fetch --all % # here you can review what has changed before rebasing!

A question about git cl upload

https://groups.google.com/a/chromium.org/g/chromium-dev/c/p05jcY4FWxQ
Jul 26, 2018 ... You can remove old branches by calling "git branch -D old_branch", just make sure you don't have any uncommitted changes on them or you'll have ...

[PSA] Git Submodules in chromium/src and significant git workflow ...

https://groups.google.com/a/chromium.org/g/chromium-dev/c/LDFlTtY8k3A
Aug 17, 2023 ... If you'd like to instruct git to simply ignore all changes in that submodule, you can run: ... cleanup may be necessary (see Git status shows ...