4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
6 results tagged branch x
  • Effacer une branche Git à la fois locale et distante

    distante : git push origin --delete [nom_de_la_branche]

    August 9, 2021 at 5:40:10 PM GMT+2 - permalink - archive.org - https://www.journaldunet.fr/web-tech/developpement/1202943-effacer-une-branche-git-a-la-fois-locale-et-distante/
    branch delete git
  • thumbnail
    Git: Find the most recent common ancestor of two branches - Stack Overflow

    git merge-base branch2 branch3
    050dc022f3a65bdc78d97e2b1ac9b595a924c3f2

    git merge-base HEAD origin/master

    March 4, 2019 at 11:49:46 AM GMT+1 * - permalink - archive.org - https://stackoverflow.com/questions/1549146/git-find-the-most-recent-common-ancestor-of-two-branches
    ancestor branch git
  • Note: List all branch (sort by date)

    git branch -a --sort=-committerdate

    November 24, 2016 at 10:59:10 AM GMT+1 - permalink - archive.org - https://links.infomee.fr/?zqUo2Q
    branch git
  • thumbnail
    How to delete a Git branch both locally and remotely? - Stack Overflow

    git push origin --delete <branch_name>

    November 24, 2016 at 9:12:16 AM GMT+1 - permalink - archive.org - http://stackoverflow.com/questions/2003505/how-to-delete-a-git-branch-both-locally-and-remotely
    branch delete git remote
  • How to update remote branch list on local machine? - Detlus Knowledge Base

    git remote update origin --prune

    September 28, 2016 at 9:59:41 AM GMT+2 - permalink - archive.org - http://kb.detlus.com/articles/git/how-to-update-remote-branch-list-on-local-machine/
    branch git remote
  • Git utiliser une branch remote

    Before you can start working locally on a remote branch, you need to fetch it as called out in answers below.

    To fetch a branch, you simply need to:

    git fetch origin

    This will fetch all of the remote branches for you. With the remote branches in hand, you now need to check out the branch you are interested in, giving you a local working copy:

    git checkout -b test origin/test

    ou : git checkout -t origin/test

    February 20, 2014 at 12:36:17 PM GMT+1 - permalink - archive.org - http://about:blank
    branch git
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation