Skip to content

Instantly share code, notes, and snippets.

View stevleibelt's full-sized avatar
🎱
Live Is Life Is Love

Stev Leibelt stevleibelt

🎱
Live Is Life Is Love
  • bazzline.net
  • Observable Universe/Local Superclusters/Laniakea Supercluster/Local Galactic Group/Milky Way Galaxy/Solar Interstellar Neighborhood/Solar System/Earth/Europe/Germany/Saxony/
View GitHub Profile
@satooshi
satooshi / DirectoryStructure
Last active September 26, 2021 20:03
Directory structure of Domain Driven Design application with Symfony2, Doctrine2.
sf2-ddd
├── app
├── bin
├── build
├── lib
├── src
│   └── __VendorPrefix
│   ├── Application
│   │   └── __DomainNameBundle
│   │   ├── Command
@iansheridan
iansheridan / git-cheat-sheet.md
Created March 15, 2011 14:25
A cheat sheet for GIT

Setup

git clone <repo>

clone the repository specified by ; this is similar to "checkout" in some other version control systems such as Subversion and CVS

Add colors to your ~/.gitconfig file: