Skip to content

Instantly share code, notes, and snippets.

View houssemAmiri's full-sized avatar
🏠
Working from home

Houssem Amiri houssemAmiri

🏠
Working from home
View GitHub Profile
@bradtraversy
bradtraversy / docker-help.md
Last active May 28, 2025 07:44
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@JamesMGreene
JamesMGreene / gitflow-breakdown.md
Last active May 14, 2025 09:43
`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