Shaarli NicolasMD !
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
36 results tagged git  ✕
gitlogue https://github.com/unhappychoice/gitlogue
21/11/2025 21:04:16
thumbnail
git
How I am Using Git and Obsidian for Note Version Management https://itsfoss.com/git-with-obsidian/
18/11/2025 22:49:29
thumbnail
git obsidian
sourcehut https://sr.ht/
11/11/2025 09:48:03
git hg
https://sourcegraph.com/search?s=09 https://sourcegraph.com/search?s=09
08/02/2025 16:03:50
git repo tool
Git Explorer https://gitexplorer.com/
08/10/2023 09:43:14
git terminal command
How to use "git clone" with a custom SSH key | RJS https://ralphjsmit.com/git-custom-ssh-key
07/09/2023 13:26:50
thumbnail

GIT_SSH_COMMAND="ssh -i ~/.ssh/id_ed24300" git clone git@bitbucket.org:company-name/frontend.git

git ssh
How to specify different SSH keys for git push for a given domain https://thucnc.medium.com/how-to-specify-different-ssh-keys-for-git-push-for-a-given-domain-bef56639dc02
23/11/2020 17:22:01
thumbnail
git ssh security
Explain Git with D3 https://onlywei.github.io/explain-git-with-d3/#push
06/11/2020 15:44:36
git
git - Remove specific commit - Stack Overflow https://stackoverflow.com/a/3207170
16/10/2020 23:26:47
thumbnail

git revert --strategy resolve 00e30bb4a00000e21381c76df644b341fd2e0000 -m 1

git
6 best practices for teams using Git | Opensource.com https://opensource.com/article/20/7/git-best-practices
08/07/2020 21:02:40
thumbnail

Git is very useful for helping small teams manage their software development processes, but there are ways you can make it even more effective. I've found a number of best practices that help my team, especially as new team members join with varying levels of Git expertise.

git
Git standup, how did I ever live without you? https://dev.to/ben/git-standup-how-did-i-ever-live-without-you
17/10/2017 09:39:47
git
Gitea https://gitea.io/en-US/
02/01/2017 12:04:38

self hosted selfhosted

git server
Note: Hook pre commit /shaare/j5MJ2Q
16/12/2016 11:08:06

run:

composer.phar global require friendsofphp/php-cs-fixer

add to .bashrc or .zshrc the following path

export PATH="$PATH:$HOME/.composer/vendor/bin"

reload sources:

source ~/.bashrc 
or
source ~/.zshrc

then add the following file in the ⁠⁠⁠.git/hooks⁠⁠⁠ folder of your current project
vim .git/hooks/pre-commit

#!/usr/bin/env bash

ROOT="/home/username/projects/project"

echo "########"
echo ""
echo "php-cs-fixer pre commit hook start"
echo ""
echo "########"

PHP_CS_FIXER="vendor/bin/php-cs-fixer"
HAS_PHP_CS_FIXER=false

if [ -x vendor/bin/php-cs-fixer ]; then
    HAS_PHP_CS_FIXER=true
fi

if $HAS_PHP_CS_FIXER; then
    $PHP_CS_FIXER fix --verbose;
fi

echo "########"
echo ""
echo "php-cs-fixer pre commit hook finish"
echo ""
echo "########"
php git
anvaka/git-also: For a `file` in your git repository prints other files that are most often committed together https://github.com/anvaka/git-also
23/11/2016 14:14:54
git
Think GitHub and Git but for data – and you've got FlockerHub and fli • The Register http://www.theregister.co.uk/2016/11/03/cluster_flocker_for_fewer_expletives_in_docker/
04/11/2016 20:28:28

ClusterHQ debuts information time machine for better production testing

git development
Librerias 101: A Github, npm y el más acá by Cristhian Duran http://slides.com/cduran/meetupjs-libraries
19/09/2016 16:43:59
git development
How to Write a Git Commit Message http://chris.beams.io/posts/git-commit/
09/09/2016 16:35:02
git
Configure multiple SSH identities for GitBash, Mac OSX, & Linux https://confluence.atlassian.com/bitbucket/configure-multiple-ssh-identities-for-gitbash-mac-osx-linux-271943168.html
14/07/2016 22:45:07
bash ssh linux command git
Synchronizing a MySQL Database with Git and Git Hooks - Ben Kulbertis http://ben.kulbertis.org/2011/10/synchronizing-a-mysql-database-with-git-and-git-hooks/
17/02/2016 12:55:10

commit pre-commit hook

git mysql
Your Real-World Git Cheat Sheet | Linux.com http://www.linux.com/learn/tutorials/864504-your-real-world-git-cheat-sheet-/
11/11/2015 11:49:08
git cheatsheet
page 1 / 2
3727 links, including 251 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn