About 1,391,797 results (1,594 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 ...

How mix trashed my project's git config

https://groups.google.com/g/elixir-lang-talk/c/1XaCObnMCho/m/S3_YwkSHZp8J
gitignored or untracked in my project). The fun continues: λ git lg ... any of your branches: df81862 Merge branch 'patch-1' of git://github.com ...

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

https://groups.google.com/g/reviewboard/c/Z0WNZ_dgZO8
May 10, 2017 ... On branch mb-2. Your branch is ahead of 'origin/mb-2' by 1 commit. (use "git push" to publish your local commits) Untracked files: bin ...

skia updating (git)

https://groups.google.com/g/skia-discuss/c/8iUdPRBXNPc
Sep 17, 2022 ... effectively i want to update skia and purge any removed (untracked) local files and branches.. Clark Kent's profile photo. Clark Kent. unread ...

git rebase -i, mv: cannot move

https://groups.google.com/g/msysgit/c/VknQunNAQf0/m/JERnz-sLWd4J
... git/rebase-merge/git-rebase-todo.new' to `c:/Users/kusma/src/rocket-git/.git/rebase-merge/git-rebase-todo' # Not currently on any branch. # Untracked files:

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

https://groups.google.com/g/reviewboard/c/Vo0Fa3TtRzY
Aug 4, 2015 ... >>> Running: git config --get branch.master.merge. >>> Running ... >>> Running: git status --porcelain --untracked-files=no. >>> Running ...

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

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

https://groups.google.com/g/subversion_users/c/wIPzB85vYHA
Mar 9, 2012 ... ... to delete unversioned and ignored files if you want. Also, it allows you to revert all changes when you clean up as well. BOb. Simon Dean's ...

broken submodule Git, again

https://groups.google.com/g/stan-dev/c/v2xemNL_eq4
Then I checkout a new branch in cmdstan/stan and work on that. Again, ***without touching cmdstan or lib/stan_math***. But every time I try to update, all hell ...

[RFC] Change to repo manifest format

https://groups.google.com/g/repo-discuss/c/ozcAHjSVuyM
For other branches, e.g. donut, where its git -> git replication, again, we ... all 3 branches, and retry the merges over again. If all 3 merge clean ...

gclient sync Fails

https://groups.google.com/a/chromium.org/g/chromium-dev/c/tMygcUbG43s
Your branch is up-to ... clean and run git reset --hard HEAD and git clean -ffd. These are pretty aggressive (will remove any local changes and untracked ...

Problem with UTF-8 filename in GIT

https://groups.google.com/g/git-for-windows/c/ZYQ3IShMTBY
Feb 23, 2017 ... nothing added to commit but untracked files present (use "git add" to track) ... I think this may affect only the Git for Windows version.

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

Forum: git 1.0.0 - release - RISC OS Open

http://feedproxy.google.com/~r/RoolForumRecentPosts/~3/y9YnljjSje0/15439
Jul 12, 2020 ... You will of course need to remove any existing download you made, and perform a complete fresh download of this newer version to confirm if ...

Re: [beagleboard] problem with new bonescript

https://groups.google.com/g/beagleboard/c/HYoWtFlSsw0/m/xYWyrP49PjAJ
> A " git log " results in (only last entry shown here): > Author: Jason ... > nothing added to commit but untracked files present (use "git add" to track)

Announcement: TortoiseGit 2.13 released

https://groups.google.com/g/tortoisegit-users/c/hOWXyFAitXw
Jan 31, 2022 ... * Fixed issue #3702: "Push all branches" should be unchecked when Push ... remote branches that have been deleted * TortoiseGitMerge ...

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

Han Nguyen - Gitlet

https://sites.google.com/view/han-engineer/engineer/gitlet
Finally, files tracked in the current commit may be untracked in the new ... This only means to delete the pointer associated with the branch; it does ...

[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 ... For team working with some submodules (e.g. any _internal sub repo), the submodule is marked as dirty as soon as a branch is created in it. This ...

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

https://groups.google.com/g/msysgit/c/QI92E9CW8sA
... git add --all & git commit -m "UTF-8 conversion"</tt>. # Repeat for every ... # Clean up the working copy (remove untracked files with mangled names,