About 1,601,176 results (5,438 milliseconds)

Get Active Git Branch | Looker | Google Cloud

https://cloud.google.com/looker/docs/reference/looker-api/latest/methods/Project/git_branch
cloud.google.com uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more. OK, got it.

Account status from All-Users repository

https://groups.google.com/g/repo-discuss/c/OGXR4umNRGE
Apr 22, 2024 ... So,please guide to view the same. Fetch and checkout the user branch via git [1] and then inspect the 'active' properties in ...

Re: Cloning one branch with repo

https://groups.google.com/g/repo-discuss/c/WejHXT2LdlY
repo sync -c does what you want. That being said, do you have numbers that show how significant the difference actually is? For all active projects, old ...

Is there any Jenkins plugin available to get all the active branches in ...

https://groups.google.com/g/jenkinsci-users/c/AIjvR-zSst8/m/AuvqEXDpBwAJ
The Pipeline Multibranch Plugin uses an inclusion list and an exclusion list to create a job for each branch in a repository that contains a "Jenkinsfile" in ...

Gerrit clone time takes ages, because of PackWriter.searchForReuse()

https://groups.google.com/g/repo-discuss/c/xccn2CbLlBs/m/8Rz9-IxiBgAJ
Hi all, I am writing to both JGit and Gerrit mailing list, because the problem is found when using Gerrit *BUT* can be relevant to JGit developers and users ...

git flow release start <release-name> - cannot create release and ...

https://groups.google.com/g/gitflow-users/c/rEnCAjNtmV0
Feb 6, 2013 ... "There is an existing release branch (list of feature branches here). Finish that one first." However the list of 3 branches returned is a list ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
In the New Branch window, enter a name for your branch. Note that there are limitations for Git branch names; for naming requirements, see Rules for naming a ...

Gerrit not updating branch after merge

https://groups.google.com/g/repo-discuss/c/ko9vyryFHvA
Mar 6, 2020 ... I went ahead and did the git merge --no-ff branch/name and pushed that for review. ... I'm here all week. Don't forget to tip your Admins ...

How to work with Hg Branches and hg-git?

https://groups.google.com/g/hg-git/c/m94ySNwtyTk
'dev'elop, 'int'egration, 'rel'ease, and 'prod' are our base branch names. You can imagine the workflow is self explanatory. We use one hosted Hg server ...

How can I do sync from repo to GIT repository?

https://groups.google.com/g/repo-discuss/c/L6No7XysXXk
After you have detached your HEAD by this command you can now delete the branch with "git branch -d $name" or "git branch -D $name". ... name to all projects, ...

Gerrit 2.9 - slow web interface

https://groups.google.com/g/repo-discuss/c/KCcpWroImEY
A single 1G repository will be around the same as 100 x 10M repositories (assuming they are all active). ... What I found at my monitoring is list of current ...

Git LFS and Gerrit?

https://groups.google.com/g/repo-discuss/c/Kn1n-DTcjl8
But I don't think the branch ACL problem is unsolvable. Two things come to mind: 1. Can we do a visibility check efficiently? Doing it naively (walk all visible ...

[llvm-dev] [RFC] One or many git repositories?

https://groups.google.com/g/llvm-dev/c/aSc9BxXtboc/m/PxYM9T1hEgAJ
Jul 20, 2016 ... ... branch to save my clang work I just > create a branch with the same name in all the other repos I have checked > out, then it just stays in ...

James H. Nguyen - Git

https://sites.google.com/site/jamesnguyen/notes/git
[tags]. git tag <= display list of tags. git tag v1.1 -m 'last working new ... git pull == git fetch origin + merge origin back into your active branch.

Chrome DevTools Contribution Guide

https://docs.google.com/document/d/1WNF-KqRSzPLUUfZqQG5AFeU_Ll8TfWYcJasa_XGf7ro/edit
How do I associate my local branches to codereview URLs? `git map-branches -vv` will show your active branches and their status ... list for all reviews of ...

Gerrit replication slowness (with ~100K refs)

https://groups.google.com/g/repo-discuss/c/0JFJItxWVRY
refs, maybe at 1M, but who knows where then). As a note, the git CPU is being used by: git rev-list --verify-objects --stdin --not --all.

hooks error while pushing to gerrit

https://groups.google.com/g/repo-discuss/c/3iWgvPVbQgk
Feb 24, 2017 ... Hooks are global; they are executed for all projects. If there is a hook file with the appropriate name in $site_path/hooks/ it will be executed ...

Gerrit Topic Review - Take two?

https://groups.google.com/g/repo-discuss/c/gXjbuhfW0tg
around git branches and the branching workflows used by a large number ... It would be easy to show all commits on a (topic) branch that are not contained.

Locked resources holding up fetches

https://groups.google.com/g/repo-discuss/c/v-2YGmmeKE4
A fresh clone of the repo is 11G, while the actual git directory for ... We've been running git pack-refs --all and git repack -Abd every 3 hours on ...

git tfs fetch: not updating (beginner question)

https://groups.google.com/g/git-tfs-dev/c/Rqd-wfPNd5k
May 28, 2021 ... Using the command 'git branch -av' I get a list of the local branches with the latest commit message on the 28th (day of the clone), and for the ...