Shaare your links...
5743 links
Mes Liens Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
41 results for tags git x
  • How to clone git repository only some directories? - Ask Ubuntu
    Wed 03 Jan 2018 03:27:33 PM UTC - permalink -
    - https://askubuntu.com/questions/460885/how-to-clone-git-repository-only-some-directories
    Git
  • Flight rules for git
    Thu 09 Nov 2017 12:56:33 PM UTC - permalink -
    - https://github.com/k88hudson/git-flight-rules#flight-rules-for-git
    Git
  • How to write your own git commands like "git refresh"?
    Fri 06 Oct 2017 02:55:36 PM UTC - permalink -
    - https://dev.to/shobhitpuri/git-refresh-4hn
    Git
  • How to Quickly and Correctly* Generate a Git Log in HTML
    Wed 20 Sep 2017 03:10:59 PM UTC - permalink -
    - http://www.oilshell.org/blog/2017/09/19.html
    Git
  • Connect Your Git Repository to Amazon S3 and AWS Services Using Webhooks and New Quick Start
    Wed 13 Sep 2017 07:51:22 AM UTC - permalink -
    - https://aws.amazon.com/fr/about-aws/whats-new/2017/09/connect-your-git-repository-to-amazon-s3-and-aws-services-using-webhooks-and-new-quick-start/
    Git AWS
  • 12 cool things you can do with GitHub – Hacker Noon
    Mon 11 Sep 2017 10:31:31 AM UTC - permalink -
    - https://hackernoon.com/12-cool-things-you-can-do-with-github-f3e0424cf2f0
    Git
  • Some Helpful Git Commands and Workflows | <<<The Mixed Manual>>>
    Mon 11 Sep 2017 08:52:01 AM UTC - permalink -
    - https://wholien.xyz/2017/09/11/helpful-git-workflows/
    Git
  • Oh, shit, git!
    Mon 12 Sep 2016 06:07:12 AM UTC - permalink -
    - http://ohshitgit.com/
    Git
  • Git : trouver et lister les fichiers modifiés par un utilisateur | Tilap.net
    $ git log --pretty="%H" --author="julien" | while read commit_hash; do git show --oneline --name-only $commit_hash | tail -n+2; done | sort | uniq

    $ git config alias.nomdelalias 'commande-a-executer'

    ou dans .gitconfig
    [alias]
    files = "!f() { cmd=${1- --since=1.day}; git log --pretty='%H' $cmd | while read commit_hash; do git show --oneline --name-only $commit_hash | tail -n+2; done | sort | uniq; }; f"

    Puis en perl :
    #!/bin/env perl
    use File::Path qw(mkpath rmtree);
    use File::Copy;

    print "to Deploy\n";
    rmtree( 'Deploy' ) if -d 'Deploy';
    while ( <> ) {
    my( $Org ) = $_;
    next if ( $Org =~ m/Tpl/g );
    chomp( $Org );
    my( @Parts ) = split( /[\/\\]/, $Org );
    my( $File ) = pop( @Parts );
    my( $Dest ) = join( '/', 'Deploy', @Parts );
    mkpath( $Dest ) unless -d $Dest;
    copy( $Org, $Dest );
    }
    exit(0);
    Sat 12 Sep 2015 05:53:54 AM UTC - permalink -
    - http://tilap.net/git-trouver-lister-les-fichiers-modifies-par-utilisateur/
    Git
  • Miximum – Pour arrêter de galérer avec Git
    Fri 11 Sep 2015 03:42:31 PM UTC - permalink -
    - http://www.miximum.fr/enfin-comprendre-git.html
    Git
  • StackEdit – In-browser markdown editor
    Fri 19 Jun 2015 08:35:13 AM UTC - permalink -
    - https://stackedit.io/
    Dev Git markdown
  • Git - Installation de Git sur un serveur
    Mon 15 Jun 2015 10:40:20 AM UTC - permalink -
    - https://git-scm.com/book/fr/v1/Git-sur-le-serveur-Installation-de-Git-sur-un-serveur
    Git Dev
  • Git and Gitlab Live Workshop
    Thu 30 Apr 2015 12:33:28 PM UTC - permalink -
    - https://courses.platzi.com/courses/git-gitlab/
    git gitlab
  • Create, review and deploy code together | Better than GitHub | GitLab
    Thu 30 Apr 2015 12:32:53 PM UTC - permalink -
    - https://about.gitlab.com/
    git gitlab
  • patching with git diff
    Sun 12 Apr 2015 09:03:49 AM UTC - permalink -
    - http://tamsler.blogspot.fr/2009/02/patching-with-git-diff.html
    git diff
  • github-git-cheat-sheet - github-git-cheat-sheet.pdf
    Fri 06 Feb 2015 07:12:28 PM UTC - permalink -
    - https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf
    git
  • A successful Git branching model » nvie.com
    Fri 06 Feb 2015 07:06:44 PM UTC - permalink -
    - http://nvie.com/posts/a-successful-git-branching-model/
    git
  • Create your private github using gitlab on CentOS RHEL
    Thu 05 Feb 2015 10:06:49 AM UTC - permalink -
    - http://linuxdrops.com/create-your-private-github-using-gitlab-on-centos-rhel/
    git
  • Troy Hunt: Migrating from Subversion to Git with svn2git on Windows (the tricky bits explained)
    Wed 04 Feb 2015 02:58:13 PM UTC - permalink -
    - http://www.troyhunt.com/2014/08/migrating-from-subversion-to-git-with.html
    svn git
  • Git - Tutorial
    Tue 03 Feb 2015 06:44:31 PM UTC - permalink -
    - http://www.vogella.com/tutorials/Git/article.html
    git
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
Shaarli 0.0.40 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.