4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 5 / 6
Newer►
106 results tagged git x
  • Explain Git with D3

    Quelques commandes git expliquées visuellement et dynamiquement

    24 mars 2014 à 12:50:17 UTC+1 - permalink - archive.org - http://www.wei-wang.com/ExplainGitWithD3/
    git
  • Git, boutez les bugs, domptez votre historique!

    Quelques trucs sympas, mais encore un peu avancés pour le moment

    27 février 2014 à 17:52:30 UTC+1 - permalink - archive.org - http://putaindecode.fr/posts/git/boutez-les-bugs-domptez-votre-historique/
    git
  • hub · the command-line wrapper for git

    Tiens je ne connaissais pas du tout ce wrapper.. pratique, à tester

    27 février 2014 à 14:47:58 UTC+1 - permalink - archive.org - http://hub.github.com/
    git github
  • thumbnail
    Exemple git rebase
    • http://symfony.com/doc/2.0/contributing/code/patches.html#step-3-submit-your-patch
    • http://labs.excilys.com/2012/02/28/preparez-vous-a-reecrire-lhistoire-avec-git-rebase/
    20 février 2014 à 13:22:50 UTC+1 - permalink - archive.org - http://infomee.fr/vrac/rebase.png
    git rebase
  • 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

    20 février 2014 à 12:36:17 UTC+1 - permalink - archive.org - http://about:blank
    branch git
  • 5 Fundamental differences between GIT & SVN « BoxySystems Inc.
    18 février 2014 à 14:18:25 UTC+1 - permalink - archive.org - http://boxysystems.com/index.php/5-fundamental-differences-between-git-svn/
    git svn
  • What are the differences between SVN and Git? · GitHub Help
    18 février 2014 à 14:08:49 UTC+1 - permalink - archive.org - https://help.github.com/articles/what-are-the-differences-between-svn-and-git
    git svn
  • Ignoring files · GitHub Help

    Ignorer un fichier versionné :
    git update-index --assume-unchanged path/to/file.txt

    5 février 2014 à 10:10:37 UTC+1 - permalink - archive.org - https://help.github.com/articles/ignoring-files
    git ignore
  • Git workflow continuous integration

    Des workflow git pour l'intégration continue

    4 février 2014 à 11:44:39 UTC+1 - permalink - archive.org - https://www.google.fr/search?q=git+workflow+continuous+integration
    git
  • Story Branching and Continuous Integration: a swords-to-plowshares tale - Atlassian Blogs

    Workflow for continuous integration environments

    4 février 2014 à 11:43:20 UTC+1 - permalink - archive.org - http://blogs.atlassian.com/2012/07/feature-branching-continuous-integrationgit-bamboo/
    git github
  • Feature Branch Workflow | Atlassian Git Tutorial

    Workflow for continuous integration environments

    4 février 2014 à 11:42:51 UTC+1 - permalink - archive.org - https://www.atlassian.com/git/workflows#!workflow-feature-branch
    git
  • Git - Documentation

    Y'a rien à dire sur ce book, c'est clair, concis, bien schématisé. Je viens de me faire la partie sur les branches car je commence à en avoir besoin sur plusieurs projets comme Piclodio2

    3 février 2014 à 22:54:50 UTC+1 - permalink - archive.org - http://git-scm.com/doc
    git
  • thumbnail
    version control - How to preview git-pull without doing fetch? - Stack Overflow

    After doing a git fetch, do a git log HEAD..origin to show the log entries between your last common commit and the origin branch. To show the diffs, use either git log -p HEAD..origin to show each patch, or git diff HEAD...origin (three dots not two) to show a single diff.

    1 février 2014 à 13:45:43 UTC+1 - permalink - archive.org - http://stackoverflow.com/questions/180272/how-to-preview-git-pull-without-doing-fetch
    git preview
  • git ready » list remote branches

    Un autre site avec plein d'article sur git

    1 février 2014 à 12:30:45 UTC+1 - permalink - archive.org - http://gitready.com/intermediate/2009/02/13/list-remote-branches.html
    git
  • git concepts simplified

    Slide git

    7 décembre 2013 à 15:59:37 UTC+1 - permalink - archive.org - http://gitolite.com/gcs/index.html#(1)
    git
  • Commit Often, Perfect Later, Publish Once—Git Best Practices

    Quelques best practices

    7 décembre 2013 à 15:50:21 UTC+1 - permalink - archive.org - http://sethrobertson.github.io/GitBestPractices/
    git
  • Git Cheatsheet

    Great interactive cheatsheet

    8 novembre 2013 à 13:31:30 UTC+1 - permalink - archive.org - http://www.ndpsoftware.com/git-cheatsheet.html
    git memo
  • GitHub does dotfiles - dotfiles.github.io
    24 octobre 2013 à 20:24:13 UTC+2 - permalink - archive.org - http://dotfiles.github.io/
    dotfiles git
  • Git backups, and no, it's not just about pushing | Agile Zone

    Quelques solutions pour backup un repo git

    25 septembre 2013 à 11:38:28 UTC+2 - permalink - archive.org - http://agile.dzone.com/articles/git-backups-and-no-its-not
    backup git
  • Ungit, enfin un client git joli et multiplateforme - git-ressources
    8 septembre 2013 à 21:24:49 UTC+2 - permalink - archive.org - http://www.blogduwebdesign.com/git-ressources/ungit-client-git-joli-multiplateforme/1032
    git ui
Links per page: 20 50 100
◄Older
page 5 / 6
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation