About 1,656,372 results (4,714 milliseconds)

Repo and switching manifest branches / Production branches ...

https://groups.google.com/g/repo-discuss/c/G8_ek7eLvvY
repo init -u ../repo_test/manifest.git/ repo sync. The only requirement to use this package is that the repo_test directory is located in ../repo_test ...

Delta commits between two git branches

https://groups.google.com/g/repo-discuss/c/YZnnJ1M5qoA
Oct 20, 2021 ... trap 'rm -fR $repo' EXIT function create_commit ... echo "[$branch] create commit $1 with file $file" echo "$file" > "$file" git add "$file"

How do I stop TortoiseGit from pulling every single branch I've ever ...

https://groups.google.com/g/tortoisegit-users/c/NptL-vb6xcE
Feb 12, 2015 ... Why does it pull branches that I no longer have checked out locally? If I open the Switch/Checkout dialog I only see a small number of local ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
Feb 26, 2024 ... Working with Git branches. One of the main benefits of Git is that a Looker developer can work in a branch, an isolated version of a file ...

Missing tags when pulling from Gerrit

https://groups.google.com/g/repo-discuss/c/1hUvuexYgaA
Aug 22, 2012 ... ... git --manifest-branch=refs/tags/v2-annotated_tag). - The repo init ... Tags are only visible if there's at least one branch pointing to it.

Bookmarks - Tutorial / Git comparison

https://groups.google.com/g/mercurial_general/c/X30tfFz8EJs
-d Delete bookmark. In Hg, if you delete a bookmark, you've only deleted a line in a file. A pointer. The branch itself is intact and it doesn't care one bit if

Branch Name Case Sensitivity

https://groups.google.com/g/msysgit/c/ugKL-sVMiqI
...this will remove all branch pointers in refs\heads and pack them into the packed-refs file... > cd ..\devs\dev2. > git branch.

Problem using release version tag with git checkout

https://groups.google.com/a/chromium.org/g/chromium-dev/c/1iNTFLNjUQo/m/g4xdWv5p3koJ
Apr 21, 2014 ... Is there a way currently to checkout Chromium at a specific release version using only git? ... git file from a SVN release branch DEPS. Just use ...

Create and manage build triggers | Cloud Build Documentation ...

https://cloud.google.com/build/docs/automating-builds/create-manage-triggers
... files in the repository as changed files. If you delete a branch, Cloud Build does not start a build. Note: Included files and Ignored files can only be ...

Confusion on sonar.branch.name usage

https://groups.google.com/g/sonarqube/c/5Ru2OLptrfs
properties file since we use that for the module. Are there any tutorials or slide decks available that talk about the workflow for getting the Branch plugin?

[llvm-dev] Workflow to commit changes using git alone (?)

https://groups.google.com/g/llvm-dev/c/MRa4Tfc6q7o
Nov 8, 2019 ... I created the diff file by running git diff to compare my local 'master' with 'patchbranch' branches and uploaded the file to Phabricator. I got ...

mvn release does not work, only publishes SNAPSHOT releases

https://groups.google.com/g/jenkinsci-dev/c/qkmbl3HrYgk
I am ready to perform a maven release (SNAPSHOT version, all changes committed and pushed to GitHub). I'm on the develop branch (I usually use the git-flow ...

git-tfs recreates workspace each fetch/pull?

https://groups.google.com/g/git-tfs-dev/c/8nCKBntqgGU
... branch but I don't want the entire file history from main. Philippe Miossec's ... If you only want the last changesets of your main branch, use the `-c ...

[RFC] Change to repo manifest format

https://groups.google.com/g/repo-discuss/c/ozcAHjSVuyM
During `repo sync`, repo will only update to the SHA-1 listed in the manifest's gitlink file entry. If the branch named by the revision property is 5 ...

remove git svn from installer?

https://groups.google.com/g/msysgit/c/gkDaVadvjJI
dll files) on the "full" branch. You _might_ want to add a recipe (AKA ... > The file name is passed by stdin, but MSYS only translates paths on > the ...

how to decrease the size of git metadata/ gerrit repo size

https://groups.google.com/g/repo-discuss/c/LHbDK6sHuJU/m/jzvLikpEBgAJ
Sep 21, 2019 ... 'main' branches/tags as well, then you'll have to take other measures. The simplest option, client only: As a client cloning the project, use * ...

Can I ignore the Verified label for a specific branch?

https://groups.google.com/g/repo-discuss/c/Vc_JTmZJvvQ
Jan 11, 2017 ... ' was correctly escaped to '\\.'. My tip to avoid this kind of problem is to add the string by using "git config -f project.config -- ...

gclient runhooks updating projects from gyp files is absurdly slow?

https://groups.google.com/a/chromium.org/g/chromium-dev/c/fA385oN6lfo
... remote lkgr git branch (essentially only running git svn find-rev r<rev> once for all developers) and possibly adding a way to express a remote git branch in ...

local_manifest

https://groups.google.com/g/repo-discuss/c/xS30dwIbf7Q
remote branch for other developers. Is there a way to restrict only selected branches instead of getting all the remote branches when doing a repo sync? On Mar ...

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

https://groups.google.com/g/reviewboard/c/Z0WNZ_dgZO8
May 10, 2017 ... (use "git add <file>..." to include in what will be committed) ... git checkout -b working-branch; make some changes; git commit; git push ...