Fabians Bookmarks
  • Fabians Bookmarks
  • Tag cloud
  • Daily
  • RSS Feed
  • Login
Delete   Set public   Set private   Add tags   Delete tags
  Add tag   Cancel
  Delete tag   Cancel
17523 shaares · 14139 private links
Filters
Links per page
20 50 100
14 results tagged scm

Introduction - Mergiraf

git softwaredevelopment scm
May 1, 2025 at 12:43:09 PM GMT+2*
https://mergiraf.org/

How Core Git Developers Configure Git

tldr


[column]
        ui = auto
[branch]
        sort = -committerdate
[tag]
        sort = version:refname
[init]
        defaultBranch = main
[diff]
        algorithm = histogram
        colorMoved = plain
        mnemonicPrefix = true
        renames = true
[push]
        default = simple
        autoSetupRemote = true
        followTags = true
[fetch]
        prune = true
        pruneTags = true
        all = true

# why the hell not?

[help]
        autocorrect = prompt
[commit]
        verbose = true
[rerere]
        enabled = true
        autoupdate = true
[core]
        excludesfile = ~/.gitignore
[rebase]
        autoSquash = true
        autoStash = true
        updateRefs = true

# a matter of taste (uncomment if you dare)

[core]
        # fsmonitor = true
        # untrackedCache = true
[merge]
        # (just 'diff3' if git version < 2.3)
        # conflictstyle = zdiff3 
[pull]
        # rebase = true
git softwaredevelopment webdev scm
March 15, 2025 at 10:58:18 PM GMT+1*
https://blog.gitbutler.com/how-git-core-devs-configure-git/

RhodeCode › Home

github bitbucket scm git mercurial germany saas tools
July 23, 2013 at 8:26:37 AM GMT+2
https://rhodecode.com/

Version Control All The Codes // Speaker Deck

git learning scm versioning github
August 27, 2012 at 10:03:35 PM GMT+2
https://speakerdeck.com/u/theophani/p/version-control-all-the-codes

GitStats - git history statistics generator

git scm statistics stats programming visualization
June 12, 2011 at 12:31:50 AM GMT+2
http://gitstats.sourceforge.net/

Git Reference

git reference documentation tutorial scm dvcs programming
December 26, 2010 at 2:25:33 AM GMT+1
http://gitref.org/

Pro Git - Undoing Merges

git merge howto tips undo merging revert scm
October 15, 2010 at 12:21:46 PM GMT+2
http://progit.org/2010/03/02/undoing-merges.html

Git Magic - Preface

git tutorial reference versioncontrol scm programming
October 10, 2010 at 12:10:56 AM GMT+2
http://www-cs-students.stanford.edu/~blynn/gitmagic/

Pro Git - Pro Git Book

git book programming ebook free books tutorial scm
October 9, 2010 at 3:18:42 AM GMT+2
http://progit.org/

geewax.org | Agile git Workflow

git workflow development scm tutorial programming dvcs
March 18, 2010 at 10:41:34 AM GMT+1
http://geewax.org/2009/11/21/agile-git-workflow.html

Best Collaboration Practices Using Git [pdf]

collaboration documentation git linux presentation scm
November 21, 2009 at 9:09:20 PM GMT+1
http://www.jdl.com/papers/BestCollabGit.pdf

Tig: text-mode interface for git

Tig is a git repository browser that additionally can act as a pager for output from various git commands.

git scm tig console programming cli tool linux software ncurses
October 24, 2009 at 3:23:47 PM GMT+2
http://jonas.nitro.dk/tig/

Basie Project

A Simpler Software Project Forge

Basie is a web-based software project forge [like SourceForge, Google Code, trac, etc.] that integrates revision control, issue tracking, mailing lists, wikis, status dashboards, and other tools that developers need to work effectively in teams.

django python collaboration projectmanagement development scm
October 8, 2009 at 12:21:53 AM GMT+2
http://basieproject.org/

Fossil: Fossil Home Page

Fossil: Simple, high-reliability, distributed software configuration management ... with bug/issue tracker, wiki, web interface etc.

scm wiki development fossil distributed dvcs versioncontrol opensource programming software bugtracking
September 15, 2009 at 9:51:19 PM GMT+2
http://www.fossil-scm.org/index.html/doc/tip/www/index.wiki
Filters
Links per page
20 50 100
By @fabian@floss.social · Powered by Shaarli
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community