About 1,519,511 results (4,397 milliseconds)

Reset local changes when running the "repo sync" command?

https://groups.google.com/g/repo-discuss/c/XermJLX2sUw
Oct 1, 2016 ... > the local clone directories. That's not surprising since neither of those commands remove untracked files. You'll probably want to run "git ...

Permission denied accessing the local Git repository '/home/user/foo ...

https://groups.google.com/g/reviewboard/c/Vo0Fa3TtRzY
Aug 4, 2015 ... >>> Running: git status --porcelain --untracked-files=no. >>> Running: git rev-parse --git-dir. >>> Running: git -c core.quotepath=false -c ...

Git local repository goes haywire after it figures it has to write to g: a ...

https://groups.google.com/g/msysgit/c/396umoXz9TQ
* 'error: [] untracked working tree files would be overwritten by checkout:' (the list of 3 files and remove them to switch branches) * 'Aborting' 'could ...

Git error when attempting to update repos

https://groups.google.com/g/autopkg-discuss/c/j4wyAgXhMsY/m/C8rjkwRnCAAJ
Please move or remove them before you can merge. Aborting. ERROR: error: Your local changes to the following files would be overwritten by merge:.

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

https://groups.google.com/g/android-building/c/QIne5MVjO7U
repo is explicitly designed to not delete your local changes during a sync. Your first friend is "repo status": that'll list all the files in which you've made ...

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 ...

Package installation/dependency problems

https://groups.google.com/g/pyart-users/c/5tNbcWdUq94/m/vyQ3qQHMzEgJ
File "/usr/local/bin/anaconda/lib/python2.7/site-packages/pyart/__init__.py", line 15 ... delete any untracked files # build a Py-ART conda package cd ...

How mix trashed my project's git config

https://groups.google.com/g/elixir-lang-talk/c/1XaCObnMCho/m/S3_YwkSHZp8J
This is definitely not my project except for some left over files (which weren't delete because they were .gitignored or untracked in my project). The fun ...

"You are not logged in (HTTP 401, API Error 103)"

https://groups.google.com/g/reviewboard/c/-XOLqtC-Wrc
> >>> Running: git status --porcelain --untracked-files=no > >>> Running ... >>> Running: git status --porcelain --untracked-files=no --ignore-submodules=dirty.

Having trouble wrapping my head around "An effective RBTools ...

https://groups.google.com/g/reviewboard/c/Z0WNZ_dgZO8
May 10, 2017 ... nothing added to commit but untracked files present (use "git add" to track) ... Is there a way to get rbt to remove "Ship it" to address the ...

PSA: Turn on Git's fsmonitor!

https://groups.google.com/a/chromium.org/g/chromium-dev/c/MbTkba8g_MU
Your branch is ahead of 'main' by 1 commit. (use "git push" to publish your local commits) It took 3.19 seconds to enumerate untracked files, but the ...

skia updating (git)

https://groups.google.com/g/skia-discuss/c/8iUdPRBXNPc
Sep 17, 2022 ... ... remove-local-untracked-files-from-the-current-git-working-tree it appears we may be able to do git fetch git pull git clean -f -d git fetch ...

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

https://groups.google.com/g/subversion_users/c/wIPzB85vYHA
Mar 9, 2012 ... :: remove all unversioned and all ignored files and directories for ... you may want to keep local modifications of versioned files.

broken submodule Git, again

https://groups.google.com/g/stan-dev/c/v2xemNL_eq4
# Untracked files: # (use "git add <file>..." to include in what will be ... That doesn't remove the whole directory. (I don't know if I suggested a ...

scratchpad - GIT

https://sites.google.com/site/ownscratchpad/git
But if you want to ignore the files only locally – add the excluded files to “ .git/info/exclude” file. If you want to track one special log file add '!special ...

Re: [beagleboard] problem with new bonescript

https://groups.google.com/g/beagleboard/c/HYoWtFlSsw0/m/xYWyrP49PjAJ
Saved working directory and index state WIP on master: debd593 bone101: remove PrinceXML files ... > nothing added to commit but untracked files present (use "git ...

google-java-format: how to work with it?

https://groups.google.com/g/repo-discuss/c/vi8kBiQ0-9Q
The "git add ." part of the alias will also add those files which are not yet committed (dirty or untracked)?. that I run manually before pushing one commit.

[RFC] Change to repo manifest format

https://groups.google.com/g/repo-discuss/c/ozcAHjSVuyM
... gitlink; that entry displayed by `git ls-files --stage`. Someone ... But then your repository won't be clean, you will have an untracked file. It ...

Lecture-7-Revision-Control-Software.ipynb - Colab

https://colab.research.google.com/github/jrjohansson/scientific-python-lectures/blob/master/Lecture-7-Revision-Control-Software.ipynb
# On branch master # # Initial commit # # Untracked files: # (use "git add <file>... ... local working directory, git status again reports that working directory ...

Introduction To Git Concepts

http://feedproxy.google.com/~r/JavaCodeGeeks/~3/KZPKDfJ0rNQ/introduction-to-git-concepts.html
Nov 26, 2012 ... It is possible to remove files from the Git repository, or to move them around in the working directory. When cloning a repository locally, its ...