Skip to content

Instantly share code, notes, and snippets.

@dendi
dendi / cloudSettings
Last active November 12, 2021 05:04 — forked from rav94/release.sh
Release a branch from master + updating maven POM file version to new version for multi module project.
{"lastUpload":"2021-11-12T05:04:56.358Z","extensionVersion":"v3.4.3"}
@dendi
dendi / git_fetch_pull_all_subfolders.sh
Created July 20, 2020 09:17 — forked from mnem/git_fetch_pull_all_subfolders.sh
Simple bash script for fetching and pulling all repos in the executed folder to the latest of the branch they are on
#!/bin/bash
################
# Uncomment if you want the script to always use the scripts
# directory as the folder to look through
#REPOSITORIES="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
REPOSITORIES=`pwd`
IFS=$'\n'