Developers tools

Git Cheat Sheet – cheat sheets

Git Cheat Sheet Cheat Sheet for the Git Distributed Version Control System. Based on https://github.com/AlexZeitler/gitcheatsheet and http://www.git-tower.com/files/cheatsheet/Git_Cheat_Sheet_grey.pdf Create Git Repository From existing direct­ory cd proje­ct_dir git init git add . From other reposi­tory git clone exist­ing­_dir new_dir git clone git:/­/gi­thu­b.c­om/­use­r/r­epo.git git clone https­://­git­hub.co­m/u­ser­/re­po.git Git – Local Changes Changed in working direct­ory git status Tracked file changes git diff Add changed […]

Git Cheat Sheet – cheat sheets Leer más »

A successful Git branching model

Home Posts About A successful Git branching model By Vincent Driessen on Tuesday, January 05, 2010 All the tools your team needs in one place. Slack: Where work happens.ads via Carbon In this post I present the development model that I’ve introduced for some of my projects (both at work and private) about a year

A successful Git branching model Leer más »

PHP Coding Standards

Topics PHP Single and Double Quotes Indentation Brace Style Use elseif, not else if Regular Expressions No Shorthand PHP Tags Remove Trailing Spaces Space Usage Formatting SQL statements Database Queries Naming Conventions Self-Explanatory Flag Values for Function Arguments Interpolation for Naming Dynamic Hooks Ternary Operator Yoda Conditions Clever Code Error Control Operator @ Don’t extract()

PHP Coding Standards Leer más »

Fifty Actions of WordPress – 50 Examples

Fifty Actions of WordPress – 50 Examples   Let’s begin! Handling Default WordPress Styles WordPress has many CSS files for its back-end and front-end to use. With the wp_default_styles action, we can monkey with the default styles of WordPress. Removing ie.css From the WordPress Admin Panel If you’re the only one using the administration panel of your WordPress website

Fifty Actions of WordPress – 50 Examples Leer más »