Skip to content

Instantly share code, notes, and snippets.

View 04n0's full-sized avatar
🦦

04n0 04n0

🦦
  • BA, SK
View GitHub Profile
@dnozay
dnozay / _Jenkins+Script+Console.md
Last active June 5, 2024 17:43
jenkins groovy scripts collection.
@JamesMGreene
JamesMGreene / gitflow-breakdown.md
Last active September 20, 2024 01:36
`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