320 links
  • Sbgodin
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
10 results tagged git x
  • Convert a Mercurial Repository to Git - Stack Overflow
    To convert a Mercurial repository to git:

    mkdir myrepo
    cd myrepo
    git clone https://github.com/frej/fast-export .
    rm -rf .git .gitignore git init
    ./hg-fast-export.sh -r ../path/to/local/hg/repo
    git clean -f # remove fast-export files
    Tue 07 Mar 2017 10:45:16 AM CET * - permalink -
    QRCode
    - http://stackoverflow.com/questions/1389307/convert-a-mercurial-repository-to-git
    en git hack hg
  • Learn Git Branching
    Thu 06 Feb 2014 05:19:04 PM CET - permalink -
    QRCode
    - http://pcottle.github.io/learnGitBranching/
    dvcs en git info
  • Git Cheatsheet • NDP Software
    Thu 23 Jan 2014 01:49:32 PM CET - permalink -
    QRCode
    - http://ndpsoftware.com/git-cheatsheet.html
    dvcs fr git
  • Git - Git Configuration
    git config --global core.autocrlf true
    git config --global core.autocrlf input
    git config --global core.autocrlf false
    Fri 17 Jan 2014 10:31:38 PM CET - permalink -
    QRCode
    - http://git-scm.com/book/ch7-1.html#Formatting-and-Whitespace
    dvcs en git
  • Pour arrêter de galérer avec Git « Développeur web freelance
    Tutorial sur Git
    Tue 14 Jan 2014 09:49:33 AM CET - permalink -
    QRCode
    - http://www.miximum.fr/tutos/1546-enfin-comprendre-git
    dvcs fr git
  • github-backup
    Sauvegarde les référentiels en tant que branches externes en local.
    Sekurkopias la deponejojn kiel eksterajn branĉojn loke.
    Backups the repositories as external branches, locally.
    Tue 24 Dec 2013 08:26:56 AM CET - permalink -
    QRCode
    - http://joeyh.name/code/github-backup/
    dvcs en eo fr git
  • Convert Hg to Git « Dave Page
    $ cd ~/Desktop
    $ git clone git://repo.or.cz/fast-export.git
    $ git init git_repo
    $ cd git_repo
    $ ~/Desktop/fast-export/hg-fast-export.sh -r /path/to/old/mercurial_repo
    Fri 20 Dec 2013 12:42:01 AM CET - permalink -
    QRCode
    - http://chwalisz.org/2013/01/27/convert-hg-to-git/
    dvcs en git hg
  • Why you shouldn't use git merge --rebase | glyphobet • глыфобет • γλυφοβετ
    Thu 19 Dec 2013 12:01:05 PM CET - permalink -
    QRCode
    - https://blog.glyphobet.net/essay/2504
    dvcs en git
  • How to use git to lose data
    When you delete a local git repository, what's missing?

    * Dirty (uncommitted) state
    * Hooks
    * Reflog
    * Branches
    * tags
    * commits on inactive branches
    * unreferenced commits
    * "stashed" work
    * git-rerere data
    * git notes
    Sat 07 Dec 2013 06:06:26 PM CET - permalink -
    QRCode
    - https://www.cs.cmu.edu/~davide/howto/git_lose.html
    dvcs en git
  • A successful Git branching model » nvie.com
    « In this post I present the development model that I’ve introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, until now. I won’t talk about any of the projects’ details, merely about the branching strategy and release management. »
    Tue 19 Mar 2013 10:54:14 AM CET - permalink -
    QRCode
    - http://nvie.com/posts/a-successful-git-branching-model/
    dvcs en 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