About 1,824,729 results (3,054 milliseconds)

Setting up and testing a Git connection | Looker | Google Cloud

https://cloud.google.com/looker/docs/setting-up-git-connection
Select the Configure Git or the Reset Git Connection button to open the Configure Git page. ... Git repository in the Repository URL field, and then select ...

Migrating to a new Git repository | Looker | Google Cloud

https://cloud.google.com/looker/docs/best-practices/how-to-migrate-to-a-new-git-repo
Oct 11, 2023 ... ... Reset Git Connection button. On the Configure Git page, enter the new Git URL (the Git URL for the repository to which you want to migrate) ...

git reset failed

https://groups.google.com/g/go-cd/c/_oPMKzWA1JU
Apr 9, 2015 ... ... repo/devops.atlasboard.git. Initialized empty Git repository in /var/lib/go-agent/pipelines/InformationRadiator/.git/. [GIT] Fetch and reset ...

What should I do after a change is abandoned?

https://groups.google.com/g/repo-discuss/c/8tAphHqWqSA
Apr 20, 2014 ... The following commands will update your local repository with changes ... the master branch. $ git fetch $ git reset --hard origin/master. Or ...

Automated incremental backup of local git repo

https://groups.google.com/a/chromium.org/g/chromium-dev/c/2jMpTQz_myg
Nov 4, 2014 ... Can be automated. I think what I want involves "git bundle" but I haven't figured out how to not include the entire project's history in a ...

Out of memory, malloc failed

https://groups.google.com/g/capistrano/c/IPtHIFC_-b4
this file? 3.Is there a way to completely reset the git repo? (I'm not ... The data that's slowing everything down must still somewhere in the git repository ( ...

Connect to a third-party Git repository | Dataform | Google Cloud

https://cloud.google.com/dataform/docs/connect-repository
This document shows you how to connect a remote repository to a Dataform repository. After you connect the repositories, the changes you make in a Dataform ...

Repo and switching manifest branches / Production branches ...

https://groups.google.com/g/repo-discuss/c/G8_ek7eLvvY
... repo+git. (We're transitioning from CVS) So far I've kind of hit a wall ... $ git reset --soft aa625abba2562671b52fc967d0de9646c9153714 $ # Comes back ...

repo init fails

https://groups.google.com/g/repo-discuss/c/oKmF-oKiIHA
from git://android.git.kernel.org/tools/repo.git. Initialized empty Git repository in /home/prabhu/.repo/repo/.git/ fatal: read error (Connection reset by peer)

How to git pull latest changes from gerrit changeset + master

https://groups.google.com/g/repo-discuss/c/QCtXQa7ZEGY
git reset --hard FETCH_HEAD #or: git checkout FETCH_HEAD. git stash pop ... helper scripts like repo or git-review: https://github.com/openstack-ci/git ...

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 ... That particular file should be in ec git repository, but in general "git reset --hard HEAD" will reset all content in a given repository ...

src/third_party deleted

https://groups.google.com/a/chromium.org/g/chromium-dev/c/ggKnlxVkSwk
Feb 16, 2015 ... I didn't know part of third party is actually synced from chrome repo, therefore never did git status or tried to reset. Thanks for the help.

[gentoo-user] Portage, git and shallow cloning

https://groups.google.com/g/linux.gentoo.user/c/6SxxrNbIKCw/m/gR8oEOdECAAJ
they simply would not be pulled without --force. You seem to be providing advice for how to do a pull with a shallow repository, which I'm not talking about.

gclient sync when not at git HEAD

https://groups.google.com/a/chromium.org/g/chromium-dev/c/eQT7dntBeac
Mar 12, 2013 ... As far as I'm aware, setting managed: False means that gclient sync will not mess with your main git repo ... Use regular git reset --hard ...

Git module: don't pull when the clone is already up-to-date.

https://groups.google.com/g/ansible-project/c/yIp1cIB0jCM
The one committed in the git repo is the one containing the settings using during development. ... I have forced=True and I am not doing a dry run, so the reset ...

Question about "repo init" when using --reference option.

https://groups.google.com/g/repo-discuss/c/bW2npdP9nsc
May 6, 2013 ... > command "git reset --hard HEAD" or "git checkout -f" > If I want to apply all of repos, using "repo forall -c git reset > --hard HEAD" or ...

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

https://groups.google.com/g/android-building/c/QIne5MVjO7U
repo forall -c 'git reset --hard ; git clean -fdx' Another simpler approach is "rm -rf * ; repo sync -l" JBQ On Thu, Mar 7, 2013 at 10:19 PM, JST <jst ...

Git: how my life has improved since last month when I used SVN ...

http://feedproxy.google.com/~r/NoRelationTo/~3/1WxDDA5mBw8/
May 31, 2010 ... how to import a SVN repo into Git (feel free to skip this tutorial of you are interested in what I liked in Git compared to SVN); use case: ...

Can't create new repos

https://groups.google.com/g/gitolite/c/rXWpayl8HLo
Feb 8, 2011 ... creating testing... Initialized empty Git repository in /srv/git/repositories/testing.git/ ... git commit --amend --reset-author. 2 files ...

Subversion Merge Limitations That Are Not In Git

http://feedproxy.google.com/~r/paulhammant/~3/NVB-TKcAlDE/subversion-merge-limitations-not-in-git
Sep 27, 2015 ... Test one - merging one way - all good ./reset ... $ ./test_of_out_order_merges_from_one_branch_to_another.sh Initialized empty Git repository ...