About 1,129,019 results (2,193 milliseconds)

Migrating convoluted TFS collection to GIT

https://groups.google.com/g/git-tfs-dev/c/L9vLwjbDiXM
... merge those repositories (with history) after the migration. There is a nice ... deleting history on the main branch (unlike on other branches). I tried ...

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 ... I have a repo on GitHub, and I'm using TortoiseGit 1.8.something. Whenever I do a pull in TortoiseGit, it pulls every single branch that ...

git pull/merge without committing local changes

https://groups.google.com/g/git-users/c/y7qY-HLR_3Q
Sep 17, 2015 ... commits on that branch it after cloning the repository, and unless you ... remote") or `git branch -a` ("a" is for "all"). To refer to the ...

Help! Git pull deleted files.

https://groups.google.com/g/git-users/c/9glTnx7hzU4
Dec 28, 2012 ... repo into your local branch available as "origin/master". By now, you have the merge (pull) undone and both tips available at your disposal: ...

Looking to upgrade my custom version of Greenlight

https://groups.google.com/d/topic/bigbluebutton-dev/e2szKAnIfcs
Do the following commands make sense? context: unfortunately, I'm starting off with a new github repository since I didn't fork the code properly from the ...

Problems pushing -- remote branch went backwards "in time"

https://groups.google.com/g/git-users/c/v5J-L1LVmbQ
Jul 9, 2016 ... I am developing some project completely on my own, and I have a local and a remove repository/branch (the latter at GitHub). ... $ git merge ...

disable "Some Quality Gate conditions on New Code were ignored ...

https://groups.google.com/g/sonarqube/c/qxQLr7OAioA/m/Dk9J7Ji8BgAJ
Mar 8, 2018 ... no leak period is allowed .... https://github.com/SonarSource ... So if you reanalyze the master branch after commit/merge, you could ...

Remove reference to merge from history : r/git

http://feedproxy.google.com/~r/reddit/gsEH/~3/GgxBhINb4dA/
Jan 26, 2021 ... Hi, I want to introduce this check in pre-commit hooks: if git name-rev --name-only HEAD | grep -q testing then exit 0 fi if git branch -r ...

Gerrithub.io issue -- Pushing a change to gerrithub generated a ...

https://groups.google.com/d/topic/repo-discuss/W0JR3pGfjKM
Apr 14, 2015 ... ... branch after reviews exist is ... Push a review to that branch and when its submitted gerrit automatically merges it into the github master repo?

Does gerrit support review for merge commits

https://groups.google.com/g/repo-discuss/c/tExhesupv0o
Sep 23, 2015 ... See https://github.com/stackforge/git-upstream for more info. So yes, you can push the upstream directly to a branch in your gerrit repo ...

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

https://groups.google.com/g/llvm-dev/c/MRa4Tfc6q7o
Nov 8, 2019 ... # Later on, if you want to delete the branch. git checkout ... The Phabricator diff is created by comparing both branches after they have merged ...

Enslaving Branches: How GitHub Does Enterprise

http://feedproxy.google.com/~r/holman/~3/NlG-HDxapWI/enslaving-branches-how-github-does-enterprise
Jul 28, 2010 ... ... remove some github.com features that aren't relevant in the enterprise. Needless to say, a good test suite is a godsend. Merging itself may ...

How mix trashed my project's git config

https://groups.google.com/g/elixir-lang-talk/c/1XaCObnMCho/m/S3_YwkSHZp8J
... delete because they were .gitignored or untracked in my project). The fun continues: λ git lg df81862 (HEAD) Merge branch 'patch-1' of git://github.com/alco/ ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
Sep 11, 2023 ... From the Branch Management tab, you can delete branches that have a Delete button in the table. You cannot delete the following branches: The ...

Easily clean up a team's remote git branches | Ovid [blogs.perl.org]

http://feedproxy.google.com/~r/DougHellmannLinkBlog/~3/YMLVc3Ud_V8/easily-clean-up-a-teams-remote-git-branches.html
Nov 20, 2016 ... At work the rule is that when you do merge someone's branch after code review you also delete it. We use GitHub Enterprise, which makes this ...

Non existent merge conflicts on Github Pul Requests

https://groups.google.com/g/sympy/c/Phw6ryzIUpY
This is pretty convenient (although you have to remember to pull your branch locally after ... branch (i.e. no merge conflicts) and Github will not let me merge.

Removing origin/master from local repository after github master ...

https://groups.google.com/g/git-users/c/VZC33oLlgLo
Nov 21, 2021 ... git branch -r. It will still show origin/master. Is this because in the past merges/commits and such where done onto this remote branch ? Or ...

A Git Workflow Walkthrough - Merging Pull Requests - git, tools and ...

http://feedproxy.google.com/~r/bocoup/~3/LEkW7GGZuCY/git-workflow-walkthrough-merging-pull-requests
Aug 13, 2015 ... ... after the merge locally. ... Either way, once the PR is merged into master, we can remove the remote branch to keep our GitHub project cleaned up.

GSoC 2014 wxQT progress/plans

https://groups.google.com/g/wx-dev/c/irvzc2jiUmg/m/-ojWL2q8PqEJ
FYI (I'll summary the comments discussed in GitHub). Last week #4, after merging the experimental branch to remove moc (see the related thread), I worked on ...