About 1,762,272 results (4,361 milliseconds)

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

https://groups.google.com/g/reviewboard/c/Vo0Fa3TtRzY
Aug 4, 2015 ... - I could not get the get repository setup with remote pointing to my private github repository. - Since then I have setup a local git repo ...

Delete remote git repository through command line.

https://groups.google.com/g/git-for-windows/c/z5HrJdPH8Ms
Jun 1, 2021 ... rm -rf .git > this will delete repo on local not on remote. Apart from delete repository through git ui (repo > settings > danger zone > delete ...

Gerrit and git-filter-branch

https://groups.google.com/g/repo-discuss/c/qU3Pwm9q1C0
May 4, 2010 ... (And then, later, remove the existing repository from Gerrit as we ... git repository, update database and restart gerrit. Am I heading ...

Move Projects in Git to Gerrit

https://groups.google.com/g/repo-discuss/c/HxFZf-hr8j4
Dec 12, 2014 ... But I would like to convert my local git repository to my gerrit's git repository. ... git config --remove-section remote.origin. git config ...

How to clear NoteDB

https://groups.google.com/g/repo-discuss/c/TvchwGQSwds
how can I clear all NoteDB data if I want to start with a new clean code review server for a certain git repository? The remove-notedb-refs.sh that Ponch ...

eclipse (photon) transport error on Team->Remote->Push cannot ...

https://groups.google.com/g/gitlabhq/c/7__zt1Grmbc/m/dgb3A8znFgAJ
Dec 28, 2018 ... I create the local git repository as described in the Eclipse wiki. I try to use the commands listed on the GitLab project page for adding an ...

development by using repo

https://groups.google.com/g/repo-discuss/c/6Ir6L4Lstoc
Dec 12, 2008 ... probably remove the local-mirror and do everything with MasterRepo (as ... http://android.git.kernel.org, I will do a repo sync on the local

How can I do sync from repo to GIT repository?

https://groups.google.com/g/repo-discuss/c/L6No7XysXXk
... git fetch" and your working tree/index. "git fetch" will update your local repository to align to remote "korg", while your local submobules and working

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. ... The following commands will update your local repository with changes

gomod is it ok to clone a remote into a local directory ?

https://groups.google.com/g/golang-nuts/c/OvfaRo1_6CY
May 1, 2021 ... ... git clone of a remote, that i know will need some modifications. ... Do you recommend to commit the remote into my repository to keep my ...

Adding a repository as a remote | Cloud Source Repositories ...

https://cloud.google.com/source-repositories/docs/adding-repositories-as-remotes
You can use Cloud Source Repositories to add a Google Cloud repository as a remote to a local Git repository. Note: You can add only private repositories as ...

repo init and repo sync silently fail to get any files besides .repo ...

https://groups.google.com/g/repo-discuss/c/Js8JkvngQ0w
Jun 13, 2017 ... <remote fetch="git://github.com/Quectel ... I was able to get it working by creating a local git repository for the manifest as follows:.

duplicate path errors with latest repo when using remove-project in ...

https://groups.google.com/g/repo-discuss/c/m-bnlAWqvhI
Jan 30, 2014 ... The latest repo appears to break replacing specific projects via remove-project + project stanzas in a local manifest file. ... (git repositories) ...

How to change committer email address during git push

https://groups.google.com/g/repo-discuss/c/aH7sCmw94pg/m/eSil6DaieQYJ
Sep 27, 2013 ... remote: Resolving deltas: 100% (76/76) remote: Resolving deltas: 100 ... Then it's likely that you have locally created several commits which are ...

TortoiseGit "Pull" dialog dropdown shows Remote Branches that no ...

https://groups.google.com/g/tortoisegit-users/c/GnjX8xoN-uQ
Oct 26, 2015 ... TortoiseGit "Pull" dialog dropdown shows Remote Branches that no longer exist ... local repository and on the remote repository. But if I click on ...

Adding support for deleting Git remote branches, direction forward

https://groups.google.com/g/hg-git/c/Zj_-JkYsFaA
Sep 15, 2012 ... ... git repository, call special logic to delete remote branches if appropriate. Add logic into the push method in our existing repo subclass.

Error upon completion of repo sync -- local changes indicated ...

https://groups.google.com/g/repo-discuss/c/ImIdWmzSHzk
Jun 12, 2009 ... repo init. You can also try: * remove the iptables, pcap, tcpdump git repositories under .repo/ projects/external, along with their working ...

Remove Dependency

https://groups.google.com/g/repo-discuss/c/WTj8lwPde3M
Sep 21, 2009 ... remove the dependency link between them?... I've been looking ... in Gerrit's database, your local Git repository should have looked

Push existing repositories to Gerrit.

https://groups.google.com/g/repo-discuss/c/oww7K056Dcg
to setup the import, and then remove these two lines once done. hakie's profile ... repo forall -c 'git push ssh://[email protected]:29418 ...

android - Git shall we use push or merger to remote master after ...

http://feedproxy.google.com/~r/stackoverflow/OxiZ/~3/2oqEjHCIk7M/git-shall-we-use-push-or-merger-to-remote-master-after-changes-done-to-local-mas
Dec 12, 2020 ... Now once I've finished with all the changes in devBranch I have merged those changes to the master local branch. Now I want to push those new ...