How To View & Edit The Source Code Of An Open-Source App
15 days ago by awhite
While going open source might be a good choice, you'll also need to invest in the right community. GitHub is one of the best places to do this, not only because of the sheer amount of users who visit the site, but also because of the features that GitHub offers. If you find an open source app on GitHub, I'll show you a few things you can do with it, including viewing, editing, and forking the code.
git
github
15 days ago by awhite
Learn Git Branching
4 weeks ago by awhite
This application is designed to help beginners grasp the powerful concepts behind branching when working with git. We hope you enjoy this application and maybe even learn something!
git
4 weeks ago by awhite
pomodoro
7 weeks ago by awhite
> Time management for your Mac
git
mac
pomodoro
productivity
projects
7 weeks ago by awhite
airblade/vim-gitgutter · GitHub
10 weeks ago by awhite
A Vim plugin which shows a git diff in the gutter (sign column).
vim
git
plugin
extension
10 weeks ago by awhite
Git Reference
january 2013 by awhite
This is the Git reference site. It is meant to be a quick reference for learning and remembering the most important and commonly used Git commands. The commands are organized into sections of the type of operation you may be trying to do, and will present the common options and commands needed to accomplish these common tasks.
Each section will link to the next section, so it can be used as a tutorial. Every page will also link to more in-depth Git documentation such as the official manual pages and relevant sections in the Pro Git book, so you can learn more about any of the commands. First, we'll start with thinking about source code management like Git does.
git
reference
Each section will link to the next section, so it can be used as a tutorial. Every page will also link to more in-depth Git documentation such as the official manual pages and relevant sections in the Pro Git book, so you can learn more about any of the commands. First, we'll start with thinking about source code management like Git does.
january 2013 by awhite
viveksjain/pypush · GitHub
january 2013 by awhite
Pypush continuously monitors your local directory and immediately uploads any changes you make to your specified remote directory. You get the best of both worlds. You can also just make some changes locally, then periodically run pypush to synchronize all those changes to the remote directory.
What sets pypush apart is its real-time sync, and its integration with git. Any local files ignored by git will not be pushed to the remote machine (note that there is a different between untracked files and explicitly ignored files).
git
python
file
management
transfer
What sets pypush apart is its real-time sync, and its integration with git. Any local files ignored by git will not be pushed to the remote machine (note that there is a different between untracked files and explicitly ignored files).
january 2013 by awhite
GITLAB Site
january 2013 by awhite
A fast, secure and stable solution based on Rails & Gitolite.
Free and open-source. Distributed under the MIT License.
code
git
github
Free and open-source. Distributed under the MIT License.
january 2013 by awhite
simonwhitaker/gitignore-boilerplates · GitHub
november 2012 by awhite
A shell script for easily accessing gitignore boilerplates from github.com/github/gitignore
git
github
homebrew
november 2012 by awhite
basak/glacier-cli · GitHub
october 2012 by awhite
This tool provides a sysadmin-friendly command line interface to Amazon Glacier, turning Glacier into an easy-to-use storage backend. It automates tasks which would otherwise require a number of separate steps (job submission, polling for job completion and retrieving the results of jobs).
amazon
aws
backup
git
october 2012 by awhite
GitList - An elegant and modern git repository viewer
august 2012 by awhite
GitList allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history and diffs. GitList is free and open source software, written in PHP, on top of Silex and the Twig template engine.
git
github
gui
php
interface
august 2012 by awhite
bkeepers/gaskit
june 2012 by awhite
Gaskit a git-backed issue tracker. It uses a branch in your local git database to store the tickets.
git
projectmanagement
june 2012 by awhite
Brad Frost - Google+ - I suck at git/github and need to get a lot better. I asked…
may 2012 by awhite
I suck at git/github and need to get a lot better. I asked for resources and here's what people came back to me with
git
resources
may 2012 by awhite
Welcome | Legit (Git Workflow for Humans)
april 2012 by awhite
Legit is a complementary command-line interface for Git, optimized for workflow simplicity. It is heavily inspired by GitHub for Mac.
cli
git
april 2012 by awhite
GITLAB
february 2012 by awhite
Like Trac for git. Provides multiple repo tracking, issues, history, snippet management. Nice looking, early in development.
git
opensource
project
management
projectmanagement
february 2012 by awhite
PieCrust — A static website generator and lightweight CMS.
october 2011 by awhite
PieCrust is a static website generator and lightweight CMS that’s all managed with text files. No complex setup, databases, or administrative panels. Simple, beautiful, and yummy.
php
site
cms
git
static
blog
october 2011 by awhite
Git Cheat Sheet | fournova Blog
july 2011 by awhite
Even with a GUI application at hand there are times when you resort to the command line. We admit we can’t memorize all important Git commands – that’s why we created a nice cheat sheet for Git that we would like to share with you. On the front you can find all important commands. On the back you can find our Version Control Best Practices that help you get the most out of version control with Git.
git
sourcecontrol
from delicious
july 2011 by awhite
Introductory Guide to Git Version Control System
october 2010 by awhite
Git is a version control system used by development and programming teams, popular open source projects, and other team collaboration projects. In this Git guide, we will discuss the value of version control systems, an overview of Git, advantages and disadvantages of using Git, how to install Git, basic commands, tools and essential Git resources. (For designers, also check out The Ultimate Guide to Version Control for Designers.)
git
howto
guide
october 2010 by awhite
Easy Version Control with Git - Nettuts+
october 2009 by awhite
Git is a open-source code managemen tool; it was created by Linus Torvalds when he was building the Linux kernel. Because of those roots, it needed to be really fast; that it is, and easy to get the hang of as well. Git allows you to work on your code with the peace of mind that everything you do is reversible. It makes it easy to experiment with new ideas in a project and not worry about breaking anything. The Git Parable, by Tom Preston-Werner, is a great introduction to the terms and ideas behind Git.
git
tutorial
october 2009 by awhite
related tags
amazon ⊕ aws ⊕ backup ⊕ bash ⊕ blog ⊕ book ⊕ browser ⊕ chrome ⊕ cli ⊕ cms ⊕ code ⊕ conversion ⊕ design ⊕ development ⊕ dotfiles ⊕ encryption ⊕ extension ⊕ file ⊕ ftp ⊕ gist ⊕ git ⊖ github ⊕ gui ⊕ guide ⊕ homebrew ⊕ howto ⊕ interface ⊕ mac ⊕ management ⊕ opensource ⊕ php ⊕ plugin ⊕ pomodoro ⊕ productivity ⊕ programming ⊕ project ⊕ projectmanagement ⊕ projects ⊕ python ⊕ reference ⊕ resources ⊕ screencast ⊕ security ⊕ site ⊕ snippet ⊕ sourcecontrol ⊕ static ⊕ subversion ⊕ svn ⊕ tips ⊕ transfer ⊕ tutorial ⊕ versioncontrol ⊕ vim ⊕ xcode ⊕ zsh ⊕Copy this bookmark: