Skip to content

Instantly share code, notes, and snippets.

View waltergbarrios's full-sized avatar

waltergbarrios

View GitHub Profile
@waltergbarrios
waltergbarrios / gitflow-breakdown.md
Created May 2, 2023 12:57 — forked from JamesMGreene/gitflow-breakdown.md
`git flow` vs. `git`: A comparison of using `git flow` commands versus raw `git` commands.

Initialize

gitflow git
git flow init git init
  git commit --allow-empty -m "Initial commit"
  git checkout -b develop master

Connect to the remote repository

Contact Me For Your Projects :)
Telegram: https://t.me/LinuxGun
WhatsApp: https://wa.link/5ow7oz
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin