Skip to content

Instantly share code, notes, and snippets.

View barisates's full-sized avatar

Barış Ateş barisates

View GitHub Profile

#Starting Python Web development in Mac OS X#

Objective: Getting started with Python Development Operating System: Mac OS X Python version installed: 3.5 (5th December 2015)

Downoad the lastest Python from https://www.python.org/downloads/

@barisates
barisates / readme.md
Created September 28, 2020 14:41 — forked from hisvarlar/readme.md
Work with branches

GitLab üzerinde branchler ile çalışmak

Git üzerinden yönettiğimiz projelerde uzaktan çalışırken ekibin takibi , conflict sorunlarını azaltmak ve code review işlerini daha kolaylaştırmak ve bunların yanı sıra ideal kod geliştirme ortamını yakalamak amacı ile artık projelerimizde kişiye ya da göreve özel branchler ile çalışmaya başlıyoruz.

Git-flow modeline göre her projenin çalışan yayına hazır versiyonu master branch olmalıdır ve sadece develop branch den merge edilmelidir.(Acil durumlarda hotfix ten de edilebilir)

  1. newbranch