Bookmarks
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 / 2
34 results tagged git  ✕   ✕
Files · master · Jason J. Gullickson / halfbaked · GitLab https://gitlab.com/jgullickson/halfbaked/
Thu 13 Sep 2018 01:29:21 PM PDT archive.org

Documents describing half-baked ideas and their kin.

text notes markdown git stuff weird
MichaelMure/git-bug: Distributed bug tracker embedded in Git https://github.com/MichaelMure/git-bug
Tue 04 Sep 2018 05:39:38 PM PDT archive.org

Uses git's internal storage so no files are added in your project. As you would do with commits and branches, you can push your bugs to the same git remote you are already using to collaborate with other people.

github git bugreport tickets development tools addon distributed
Gitea https://gitea.io/en-US/
Sat 02 Jun 2018 06:37:11 PM PDT archive.org

Another self-hosted Github work-alike, forked from Gogs. Lightweight, written in Go, will run anywhere you can compile Go for. If you know how to use Github, you probably know how to use Gitea.

Github: https://github.com/go-gitea/gitea

webapps git github golang selfhosted development management
Gogs: A painless self-hosted Git service https://gogs.io/
Sat 02 Jun 2018 06:33:58 PM PDT archive.org

A Github workalike that is self-hosted. Written in Go, runs anywhere you can compile Go code for. Lightweight, will run happily on a RasPi. If you know how to use and admin Github, you know how to use Gogs already.

Github repo: https://github.com/gogs/gogs

webapps github git golang selfhosted development management
How to change a remote repository URI using Git? - Stack Overflow http://stackoverflow.com/questions/2432764/how-to-change-a-remote-repository-uri-using-git
Tue 20 Mar 2018 12:58:30 AM PDT archive.org

How to re-target a cloned Git repository if the master copy's URI changes for some reason.

git remote set-url origin new.git.url/here

origin git url howto sysadmin repositories
git ready » learn git one commit at a time http://gitready.com/
Tue 20 Mar 2018 12:48:02 AM PDT archive.org

Gitready is a blog of nothing but tips, tricks, and howtos for using the Git distributed revision control system. Organized into beginner, intermediate, advanced, and references resources.

development git reference programming howto tips
etckeeper https://etckeeper.branchable.com
Tue 20 Mar 2018 12:40:19 AM PDT archive.org

etckeeper is a utility which checks everything in /etc into a Git repository so you can track changes made to a system's configuration. This also allows you to transplant a configuration to another server, roll back changes made, and audit who did what. Can also hook into the package management system to automatically update the repository when packages are added, removed, and updated.

sysadmin repository config-files linux history git
Filipe Kiss : A better git log https://coderwall.com/p/euwpig
Tue 20 Mar 2018 12:35:23 AM PDT archive.org

A trick for setting a Git alias that prettifies the output of git log in a repository.

git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

trick git howto logs software
Commit Often, Perfect Later, Publish Once—Git Best Practices https://sethrobertson.github.io/GitBestPractices/
Tue 20 Mar 2018 12:18:32 AM PDT archive.org
development git reference github guide software
Oh, shit, git! http://ohshitgit.com/
Tue 20 Mar 2018 12:11:34 AM PDT archive.org

A short and sweet page about how easy it is to fuck up using git, giving specific examples, and how to get out of those situations.

git commits problems solutions plainenglish panic softwaredevelopment versioncontrol
Overview — GitDB 0.5.3 documentation https://gitdb.readthedocs.io/en/latest/intro.html
Mon 19 Mar 2018 11:46:18 PM PDT archive.org

A Python interface to Git version control repositories on the local drive.

Github: https://github.com/gitpython-developers/gitdb

development git documentation python database module
Public Inbox https://public-inbox.org/
Mon 19 Mar 2018 10:31:20 PM PDT archive.org

FOSS software which implements a mailing list, not just over email but as a sharable, clonable git repo. Implements nntp, online html archives, and atom feeds. Written in perl. Designed to run on the lower possible common denominator machine. Uses a pull model, which optimizes for casual readers and members while still allowing for serious users.

git mailinglist nntp online perl repo html archives atom feeds foss crossplatform email software exocortex
Resource page for reposurgeon http://www.catb.org/~esr/reposurgeon/
Mon 19 Mar 2018 06:00:56 PM PDT archive.org

Software that lets you do undocumented, unsupported, and potentially dangerous things to distributed source repositories, like Git and Hg.

git bzr hazardous alterations sysadmin hg
Gitlab https://about.gitlab.com/
Mon 19 Mar 2018 05:44:29 PM PDT archive.org

Gitlab is a F/OSS clone of everything Github's website gives you, from collaboration apps to bug tracking to an easier way to use Git on the server side. The repositories here are either their own software, or their own forks of software that Github makes use of. Requires Ruby on Rails.

git rails collaboration repositories foss webapps software
page 2 / 2
4803 links, including 361 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn