Skip to content

Instantly share code, notes, and snippets.

View adamschlesinger's full-sized avatar
💫

Adam Schlesinger adamschlesinger

💫
View GitHub Profile
@adamschlesinger
adamschlesinger / rebaseResolver.sh
Created December 17, 2021 17:54
Hacky script for helping with extensive rebases if you primarily only care about the changes from the current branch
#!/bin/bash
current_status=$(git status)
handleRebaseStatus() {
local status_string=$1
local git_resolution=$2
paths_to_resolve=$(echo "${current_status}" | pcregrep -o2 "(?<=${status_string}:)(\s*)(.+)")
@adamschlesinger
adamschlesinger / Fastfile
Created November 12, 2021 19:02
Helper fastlane script for generating push certs, provisioning profiles, and distro certs
# This file contains the fastlane.tools configuration
# You can find the documentation at https://docs.fastlane.tools
#
# For a list of all available actions, check out
#
# https://docs.fastlane.tools/actions
#
# For a list of all available plugins, check out
#
# https://docs.fastlane.tools/plugins/available-plugins