Skip to content

Instantly share code, notes, and snippets.

View Miguel07Alm's full-sized avatar
🎧

Miguel Ángel Simón Sierra Miguel07Alm

🎧
View GitHub Profile
@forest
forest / git-workflow.md
Created February 22, 2016 18:15
Git Feature Branch Workflow

We subscribe to the Git Featrue Branch workflow, briefly described in that link.

In practice, it works as follows:

FEATURE DEVELOPMENT

Steps to Follow:

  1. Start with an updated local development branch -- by checking out the dev branch and pulling changes:
    git checkout development
    git pull origin development
@Mitra-88
Mitra-88 / compile-aseprite-gnu-linux.md
Last active March 15, 2025 12:44 — forked from veganaize/Aseprite-build-linux.md
Compile Aseprite from source code for GNU/Linux