About 1,137,637 results (1,345 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 ...

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

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

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

How mix trashed my project's git config

https://groups.google.com/g/elixir-lang-talk/c/1XaCObnMCho/m/S3_YwkSHZp8J
error: Your local changes to the following files would be overwritten by checkout: ... error: The following untracked working tree files would be ...

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

https://groups.google.com/g/reviewboard/c/Z0WNZ_dgZO8
May 10, 2017 ... ... by 1 commit. (use "git push" to publish your local commits) Untracked files: bin/find_gitpush_done conf/file.txt copy_merchant_output.txt

broken submodule Git, again

https://groups.google.com/g/stan-dev/c/v2xemNL_eq4
# Untracked files: # (use "git add <file> ... # Your branch is ahead of 'origin/develop' by 2 commits. # (use "git push" to publish your local commits).

Re: [beagleboard] problem with new bonescript

https://groups.google.com/g/beagleboard/c/HYoWtFlSsw0/m/xYWyrP49PjAJ
nothing added to commit but untracked files present (use "git add" to track) ... > bone101: remove PrinceXML files > It doesn't work well enough. I'm ...

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

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

[PATCH v15 00/26] Issue 80: Unicode support on Windows

https://groups.google.com/g/msysgit/c/QI92E9CW8sA
# Clean up the working copy (remove untracked files with mangled names, ... history changes all the ... Every file "belongs" to the "original git" ;). But ...

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
All changes are made to the files in the local working directory, where files can be added, removed and updated. When a task has been completed, the changes to ...

Problem with UTF-8 filename in GIT

https://groups.google.com/g/git-for-windows/c/ZYQ3IShMTBY
Feb 23, 2017 ... (use "git add/rm <file>..." to update what ... 3 files changed, 3 deletions(-) ... nothing added to commit but untracked files present (use "git add ...

how to git ignore the 'target' and it's 'site' directories and particularly ...

https://groups.google.com/g/thucydides-users/c/Qt4XvQUtnsA
Of course, I don't want to commit all those files ... ## Any un needed file any where in the project file structure. ... git add . Then: git commit -am "Remove ...

"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 > >>> ... commit commit the specified files or all outstanding changes ... remove remove the specified ...

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

https://groups.google.com/g/reviewboard/c/Vo0Fa3TtRzY
Aug 4, 2015 ... Are there any log files where I can see specific logs related to the error? I've also installed the beta 2.5 version and tried with that but get ...

accidentally made source code dirty, how to revert back

https://groups.google.com/a/chromium.org/g/chromium-os-dev/c/QlFODyi54BU
Mar 12, 2021 ... ` in every git repo to discard all changes ... git repos, then i scanned all files again with `find . - ... untracked files: fatal: chromium ...

Git Rebasing: An Elfin Workshop Workflow 24 ways

http://feedproxy.google.com/~r/24ways/~3/5OM2rFG-wiQ/
Dec 7, 2015 ... (all conflicts fixed: run "git rebase --continue") Changes ... Untracked files: (use "git add <file>..." to ... rm beads.txt.orig ) and commits ...

When git ignores your… .gitignore?

http://feedproxy.google.com/~r/JavaCodeGeeks/~3/s3bzdFBRuIM/when-git-ignores-your-gitignore.html
Jan 26, 2013 ... ... untracked files present (use 'git add' to track) ... git rm --cached file . ... Changes to our file are no longer seen by git and the original file ...

How to play around with the filename with colon on Windows?

https://groups.google.com/g/msysgit/c/D4HcHRpxPgU
nothing added to commit but untracked files present (use "git add" to track) ... (use "git add/rm <file>..." to update what will ... all file is deleted and staged.