kalvn's links
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
12 results tagged github  ✕
Une astuce pour Github à connaître https://korben.info/astuce-github-editeur.html
04/01/2022 21:34:08

Remplaçez .com par .dev dans l'URL d'un repo Github et vous avez une version web de VS Code qui vous permet d'éditer directement le repo.

github astuce
Redesigning Github repository page @ tonsky.me http://tonsky.me/blog/github-redesign/
04/03/2019 15:10:42

Une idée de redesign pour Github. J'aime bien :)

design github
2018 JavaScript Rising Stars https://risingstars.js.org/2018/en/
15/01/2019 17:30:41

Vue.js est le projet obtenant la meilleure progression en matière d'étoile sur Github depuis 3 années consécutives !

vuejs framework javascript github
GitHub XP: Home Edition https://johansen.software/github-xp/
07/06/2018 13:46:29

Ça a l'air super sympa ce nouveau Github !

github microsoft
Réflexions sur le fait d’installer une application depuis Github - Le blog de Genma https://blog.genma.fr/?Reflexions-sur-le-fait-d-installer-une-application-depuis-Github
11/10/2017 13:09:56

Je suis on ne peut plus d'accord.

avisperso github dependances
Mes débuts sur GitHub - Liens de WebManiaK https://powerjpm.info/liens/?-VNe-g
07/06/2016 14:48:54

Je me garde aussi les liens sous le coude.

git github
Syncing a fork - User Documentation https://help.github.com/articles/syncing-a-fork/
03/05/2016 18:57:52

Synchroniser un fork avec le repo dont il est issu :

Si ce n'est pas déjà fait :

    git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git

Puis :

    git fetch upstream
    git checkout master
    git merge upstream/master

Autre technique ( http://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository/3903835#3903835 )

$ cd github-services
$ git remote add upstream git://github.com/pjhyett/github-services.git
$ git fetch upstream

// then: (like "git pull" which is fetch + merge)
$ git merge upstream/master master

// or, better, replay your local work on top of the fetched branch
// like a "git pull --rebase"
$ git rebase upstream/master
git synchronisation fork github
gitMask - Develop Anonymously http://www.gitmask.com/
11/02/2016 13:34:10

Un outil permettant de contribuer anonymement à un projet hébergé sur Github.

Via http://korben.info/contribuez-anonymement-sur-github-grace-a-gitmask.html

git github anonyme
GitHub - gogits/gogs: Gogs (Go Git Service) is a painless self-hosted Git service. https://github.com/gogits/gogs
11/02/2016 13:24:11

Une sorte de Github à héberger soi-même.

Via http://korben.info/ring-un-outil-securise-respectueux-de-la-vie-privee-et-libre-pour-communiquer-avec-vos-amis.html

git github hébergement
Mis en place de GitLab https://blog.ouvrard.it/index.php/2015/12/03/gitlab-server-installation
18/01/2016 19:09:06

Un petit tuto qui a l'air assez bien foutu pour installer GitLab (une sorte de Github à héberger soi-même).

git gitlab github tuto
Primer http://primercss.io/
24/03/2015 14:51:32

Le framework CSS utilisé par Github.
Ça ressemble un peu à Bootstrap par endroits mais en grandement simplifié. Il y a notamment une section dédiée aux bonnes pratiques dont la lecture ne peut pas faire de mal.

github css framework primer
Chrome Web Store - Octotree https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc
14/05/2014 13:00:44

Une extension très sympa pour les gros utilisateurs de Github : elle ajoute l'arborescence des fichiers d'un projet lorsque vous en visualisez la page.
A tester par exemple avec la page Github de l'extension elle-même : https://github.com/buunguyen/octotree/
Via : http://korben.info/octotree.html

octotree git github extension chrome
3012 links, including 120 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn