ohskylab + git   88

Octogit - Giving git more tentacles
"A free, open source solution for creating github repositories from the commandline avoid the usual copy and paste." Needs lots of work.
git  github  octogit 
5 weeks ago by ohskylab
A Baseline for Front-End Developers - Adventures in JavaScript Development
"I think we’re seeing the emphasis shift from valuing trivia to valuing tools. There’s a new set of baseline skills required in order to be successful as a front-end developer, and developers who don’t meet this baseline are going to start feeling more and more left behind as those who are sharing their knowledge start to assume that certain things go without saying."
web  front-end  javascript  career  work  git  automation  rebeccamurphey  from instapaper
7 weeks ago by ohskylab
technicalpickles/homesick
"Uses git to clone a repository containing dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into place with a single command."
backup  git  home  terminal  shell 
9 weeks ago by ohskylab
DocumentUp
"Parses your readme's markdown into a clean and simple documentation website. Made especially for your gh-pages branch, all you need is a single index.html file that includes the DocumentUp script."
web  documentation  git  github  html  markdown 
january 2012 by ohskylab
How do you merge selective files with git-merge? - Stack Overflow
Lots of options here (although merging files sounds like a bad bad plan - merging commits is probably more sane).
git  merge 
december 2011 by ohskylab
GitLab
Self-hosted github clone.
git  github  vcs 
october 2011 by ohskylab
Hacker News | GitHub Hits 1,000,000 users
For the discussion about alternatives. Love Github for public but the pricing is silly for freelancers who need lots of small, private repos. Here I come, bitbucket.
github  git  bitbucket 
october 2011 by ohskylab
Octopress
"A framework designed by Brandon Mathis for Jekyll, the blog aware static site generator powering Github Pages."
blogging  git  ruby  web 
october 2011 by ohskylab
sitaramc/gitolite - GitHub
"Gitolite allows you to setup git hosting on a central server, with very fine-grained access control and many (many!) more powerful features."
git 
september 2011 by ohskylab
hub
"hub teaches git about GitHub"
git  github  from instapaper
september 2011 by ohskylab
schacon/git-scribe - GitHub
"basically the best way to write an ebook"
git  writing  publishing  tools  from delicious
april 2011 by ohskylab
jamiew/git-friendly - GitHub
"Pimp your git workflow. Stop using command-combo-hell and just type pull, branch, merge, push".
git  development  github  terminal  workflow  from delicious
february 2011 by ohskylab
mojombo/jekyll - GitHub
"A blog-aware, static site generator in Ruby". Also powers GitHub Pages.
ruby  github  web  git  from delicious
february 2011 by ohskylab
brotherbard/gitx - GitHub
Experimental fork of Pieter's nice git GUI for OS X. Includes: sidebar, fetch, pull, push, add remote, merge, cherry-pick, rebase, clone, clone to.
git  osx  mac  gitx  vcs  dvcs  from delicious
december 2010 by ohskylab
Tower
Another OS X git client.
git  gui  mac  osx 
november 2010 by ohskylab
newsapps's beeswithmachineguns at master - GitHub
"A utility for arming (creating) many bees (micro EC2 instances) to attack (load test) targets (web applications)"
amazon  aws  ec2  fabric  git  tools  testing  scalability  s3  performance  python  web 
november 2010 by ohskylab
bl.ocks.org - about
- live viewer for gists on github.
git  from twitter_favs
october 2010 by ohskylab
Forking is a Feature - Anil Dash
"Part of the predicate for forks being so disruptive was the idea that there is One True Version — a creation, like a piece of software, a written work, or anything else, that can only be accurately represented by a single ideal expression [...] Until a git named Linus changed that." Worth poking through the comments.
development  git  github  linux  opensource  community  forking 
october 2010 by ohskylab
Git Client - SmartGit
"A graphical front-end for the distributed version control system Git and runs on Windows, Mac OS X and Linux."
dvcs  git  tools  vcs  osx  mac  windows 
september 2010 by ohskylab
Hacker News | Look, far be it from me to always be chasing and advocating the new hotness, and...
"Far be it from me to always be chasing and advocating the new hotness, and declaring the ignorance of the dark ages (ie. 5 years ago), because it's very very rare in technology that something is so utterly and dramatically superior in every technical aspect as Git (or Mercurial, or Darcs) is over SVN. [...] Now I understand there are many many valid reasons why it might be necessary to use subversion, but an easier transition from CVS is not one of them. [...] Version control is a developer's bread and butter. Investing in using one of the good ones may be the single greatest skills ROI a developer can get. Unless you understand both git and svn intimately, you won't grok this, but let me state from hard-won experience that in SVN you can occasionally hit nightmare scenarios requiring days or even weeks to sort out a problem that could be solved in under an hour in git."
git  advocacy  hackernews 
september 2010 by ohskylab
Distributed Version Control is here to stay, baby - Joel on Software
"With distributed version control, merges are easy and work fine. So you can actually have a stable branch and a development branch, or create long-lived branches for your QA team where they test things before deployment, or you can create short-lived branches to try out new ideas and see how they work. This is too important to miss out on. This is possibly the biggest advance in software development technology in the ten years I’ve been writing articles here."
advocacy  mercurial  git  dvcs  vcs  development  joelspolsky 
august 2010 by ohskylab
gerrit - Project Hosting on Google Code
"A web based code review system, facilitating online code reviews for projects using the Git version control system."
git  collaboration  development  web  vcs  tools  agile 
august 2010 by ohskylab
Git Reference
A readable git reference.
git  github  reference  dvcs 
july 2010 by ohskylab
Introducing Organizations - GitHub
"Organizations simplify management of group-owned repositories (for example: your company's code), expand on our permissions system, and help focus your GitHub workflow for business and large open source projects."
git  github  tools  vcs 
july 2010 by ohskylab
Always ship trunk
"Why web applications are different to installed apps, problems that none of the revision control systems solve, and how you can solve some of them yourself within your app."
agile  development  deployment  web  paulhammond  slides  vcs  git  mercurial  svn  via:tomtaylor 
june 2010 by ohskylab
jacobian's django-deployment-workshop at master - GitHub
Code and configuration used in [Jacob Kaplan-Moss'] Django Deployment Workshop.
django  python  deployment  fabric  git  github 
february 2010 by ohskylab
GitHub Pages
"The GitHub Pages feature allows you to publish content to the web by simply pushing content to one of your GitHub hosted repositories."
git  github  hosting  web 
october 2009 by ohskylab
gource
"A software version control visualization for Git and CVS."
visualisation  git  cvs  dvcs  visualization  graphics 
september 2009 by ohskylab
Why Git is Better Than X
More worthwhile git persuasion info.
via:ihart  git  svn  vcs  dvcs  advocacy  development 
september 2009 by ohskylab
NEVERFEAR - Simpletons guide to git
"This is simply a "click these buttons" guide to git."
tools  development  vcs  git 
august 2009 by ohskylab
Pro Git - Pro Git Book
"Here you can find the full content of the book, a blog with tips and updates about Git and the book and open source projects related to Git or referenced in the book."
via:thegingerbloke  git  vcs  creativecommons  documentation  dvcs 
july 2009 by ohskylab
Complete Introduction to git
"This short tutorial shall attempt to explain the git system to people
who have no, or minimal experience on SCMs and version control tools."
git  vcs  development  collaboration  documentation  dvcs 
july 2009 by ohskylab
Message™ - By Medium
"A full-featured content management and website development system, with Django templates and a custom data model integrated with GIT."
via:demwunz  django  web  python  cms  git 
july 2009 by ohskylab
My Git Workflow
Workflow tips. "The thing that’s hard about Git for most people is the same thing that’s hard about all DVCS tools: if you’re used to centralized systems, they work weird [...] It’s also really easy to never grok DVCS, so when something unusual happens, you don’t know how to fix it."
via:tomtaylor  development  vcs  dvcs  git  tips 
january 2009 by ohskylab
GitX
"GitX is a git GUI specifically for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui."
git  mac  osc  gui  versioning  scm 
october 2008 by ohskylab
Git for the lazy - Spheriki
"git is a distributed version control system. No, you don't need to know what that means to use this guide. Think of it as a time machine: Subversion or CVS without the suck."
git  dvcs  vcs  development 
july 2008 by ohskylab
We're all ops people now
"Our programs have left the desktop and found their new home on the web. System administration issues loom large upon us, security concerns lurk auspiciously in the corners of our minds."
development  infrastructure  sysadmin  puppet  agile  virtualization  git  vcs 
june 2008 by ohskylab
Git Magic - Preface
"Git is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master. I'm recording what I've figured out so far in these pages."
git  vcs  development 
april 2008 by ohskylab
« earlier      

related tags

advocacy  agile  amazon  automation  aws  backup  bitbucket  blogging  build  capistrano  career  changes  cms  collaboration  community  continuousdeployment  continuousintegration  creativecommons  cvs  deployment  development  diff  digg  django  documentation  dotfiles  dvcs  ec2  fabric  forking  front-end  git  git-flow  github  githubflow  gitosis  gitx  graphics  gui  hackernews  home  hosting  html  hudson  infrastructure  javascript  joelspolsky  learning  linux  mac  markdown  mercurial  merge  movies  octogit  octopress  opensource  osc  osx  paulhammond  performance  pip  process  programming  projectmanagement  publishing  puppet  python  rebase  rebeccamurphey  reference  ruby  rubyonrails  s3  scalability  scm  shell  slides  social  software  stackoverflow  submodules  subversion  svn  sysadmin  teamcity  terminal  testing  textmate  tips  tools  tutorials  vcs  versioncontrol  versioning  via:alastc  via:demwunz  via:eternity  via:ihart  via:paul.irish  via:thegingerbloke  via:tomtaylor  virtualenv  virtualization  visualisation  visualization  web  webfaction  windows  work  workflow  writing  wsgi  yahoo 

Copy this bookmark:



description:


tags: