Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 2 / 3
49 results tagged git  ✕
Git Large File Storage https://git-lfs.github.com/
Mon Apr 20 21:15:28 2015 archive.org
QRCode
thumbnail

Gérer de gros fichier (des backups ?) via GIT ?

c'est ce que propose cette extension à GIT par Github.com Git-LFS

et un serveur de test compilé en Go est même disponible :
https://github.com/github/lfs-test-server

via https://fralef.me/links/?0n_AkQ

github git lfs backup file
First Aid git http://ricardofilipe.com/projects/firstaidgit/#/
Mon Apr 20 18:30:12 2015 archive.org
QRCode
thumbnail

une question à poser sur GIT ? ce site à surement la réponse.

via http://colibri-libre.org/liens/?lt_vTQ

git first aid reponse question
Git rerere – ma commande préférée | Hype Driven Development https://hypedrivendev.wordpress.com/2013/08/30/git-rerere-ma-commande-preferee/
Thu Apr 16 22:51:00 2015 archive.org
QRCode
thumbnail

Gérer les conflits intelligemment...

git rerere

git rerere conflict
An opinionated git prompt for bash and zsh https://github.com/arialdomartini/oh-my-git
Thu Apr 16 21:57:00 2015 archive.org
QRCode
thumbnail

Un très beau prompt pour git.

je n'ai pas réussi à le faire fonctionner sur cygwin pour le moment...

Font pour cygwin : https://github.com/andreberg/Meslo-Font

git prompt bash
25 Tips for Intermediate Git Users https://www.andyjeffries.co.uk/25-tips-for-intermediate-git-users/
Thu Apr 16 21:56:04 2015 archive.org
QRCode
thumbnail

25 rappel de fonctionnalités GIT

git tips function
Ninja Squad - Branching avec git http://blog.ninja-squad.com/2013/06/03/branching-with-git/
Thu Apr 16 21:55:19 2015 archive.org
QRCode
thumbnail

un workflow GIT très bien expliqué !

via http://lien.shazen.fr/?QT3nUw

git workflow explication
Garder votre .gitignore propre - R.Kueny Développeur web http://rkueny.fr/developpement-web/garder-votre-gitignore-propre/
Thu Apr 16 20:20:45 2015 archive.org
QRCode
thumbnail

Ajouter un .gitignore général à tous les projets git que vous importez.
Utile si vous avec plusieurs projets qui utilise le même IDE ou le même langage.

git gitgnore
Aide mémoire git - Carnet de vol http://carnetdevol.shost.ca/wordpress/aide-memoire-git/
Thu Apr 16 20:20:03 2015 archive.org
QRCode
thumbnail

Un aide mémoire pour git.
plein de commande
comment faire quoi
etc...

git aide mémoire
Git Community Book https://alexgirard.com/git-book/index.html
Wed Apr 1 17:08:59 2015 archive.org
QRCode
thumbnail

Le livre communautaire sur GIT en français.

merci Alexandre Girard

git book comunity
30 options de commande Git qui gagnent à être connues • Git Attitude : formations Git qualitatives et sympathiques http://www.git-attitude.fr/2014/09/15/30-options-git-qui-gagnent-a-etre-connues/
Tue Mar 24 18:00:07 2015 archive.org
QRCode
thumbnail

des options utiles à connaitre pour les commandes de git.

pour utiliser git de manière plus poussée.

git commande option expert
N’arbitrez vos conflits Git qu’une fois grâce à rerere • Git Attitude : formations Git qualitatives et sympathiques http://www.git-attitude.fr/2014/11/04/git-rerere/
Tue Mar 24 17:09:46 2015 archive.org
QRCode
thumbnail

Gérer les conflits avec git rerere, enregistrez une fois votre résolution et ne vous en occupez plus ;)

git rerere merge conflit
Préserver certains fichiers au merge • Git Attitude : formations Git qualitatives et sympathiques http://www.git-attitude.fr/2014/11/28/preserver-certains-fichiers-au-merge/
Tue Mar 24 17:05:06 2015 archive.org
QRCode
thumbnail

comment préserver des fichiers pour qu'ils ne soient pas modifier lors d'un merge ?

git merge preserve
Git Bisect : débusquer rapidement l'origine d'un bug • Git Attitude : formations Git qualitatives et sympathiques http://www.git-attitude.fr/2014/12/09/git-bisect/
Tue Mar 24 17:04:28 2015 archive.org
QRCode
thumbnail

Comment débusquer les bug en faisant des diff de commit ?

git bisect bug
Replacing default git bash console with Console2 – BuildStarted.com http://buildstarted.com/2012/05/11/replacing-default-git-bash-console-with-console2/
Tue Mar 17 23:11:06 2015 archive.org
QRCode
thumbnail

Un meilleur shell sous windows pour gérer GIT ? oui parce que bon la console par défaut... :/

console2 shell git windows
Git - Configuration de Git http://git-scm.com/book/fr/v1/Personnalisation-de-Git-Configuration-de-Git
Wed Mar 4 20:24:40 2015 archive.org
QRCode
thumbnail

Merci pour la configuration :

Pour partager un repository Git entre Windows et Linux, j'utilise ces configurations dans mon ~/.gitconfig.

Pour Windows (on ne touche pas aux permissions des fichiers, on transforme les éventuels \r\n en \n à chaque commit mais sans les modifier dans notre workspace)
git config --global core.filemode false
git config --global core.autocrlf true

Pour Linux (on commit aussi les permissions des fichiers, et on transforme les éventuels \r\n en \n dans notre workspace)
git config --global core.filemode true
git config --global core.autocrlf input

Et je vérifie que ces paramètres ne sont pas présents dans les .git/config de chacun de mes projets.

Via : http://links.la-bnbox.fr/?2sRE4Q

git configuration windows linux
git enlever un fichier ajouté avant un commit - Dlareg Blog http://www.dlareg.org/post/2011/10/27/git-enlever-un-fichier-ajout%C3%A9-avant-un-commit
Wed Mar 4 16:06:56 2015 archive.org
QRCode
thumbnail

Merci pour la commande, cela pourra mettre utile :

Un jour j'ai ajouté un fichier avec la commande git add nom_du_fichier mais je veux finalement le retirer du prochain commit :

$ git reset HEAD -- fichier_a_supprimer_du_prochain_commit

via http://hub.tomcanac.com/liens/?lTI3uA

git commit reset head
Configuration de Git 30 minutes par jour http://30minparjour.la-bnbox.fr/2014/configuration-git
Wed Apr 23 15:16:37 2014 archive.org
QRCode
thumbnail

Pas mal cette configuration je me garde cela de coté.

et une copie sur mon readityourself :
http://latest.readityourself.net/readityourself.php?css=&url=687f56e4b228846672293f633eca995b

git configuration readityourself
Code School - Try Git http://try.github.io/levels/1/challenges/1
Tue Feb 18 23:38:28 2014 archive.org
QRCode
thumbnail

Je me garde ça au cas ou ;)

merci Shaarli ;)

git code school
Git Cheatsheet • NDP Software http://ndpsoftware.com/git-cheatsheet.html
Sat Feb 8 00:13:04 2014 archive.org
QRCode
thumbnail

Merci beaucoup les shaarlieurs pour le partage, ce cheatsheet est génial ;)

git cheat sheet help
Astuce pour git /shaare/ZmxtjA
Mon Apr 22 21:15:35 2013 archive.org
QRCode

ici je met l'ensemble des sites que je trouve sur git et qui me permette d'apprendre ce très bon gestionnaire de fichiers...

(j'ai toujours du mal avec les patchs...)

http://gpl.univ-avignon.fr/2010/07/07/comment-contribuer-sur-github/
http://git-scm.com/book/fr/Personnalisation-de-Git-Configuration-de-Git
http://pioupioum.fr/developpement/git-10-commandes-utiles.html

git commande tuto tutoriel test astuces
page 2 / 3
4756 links, including 1670 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn