Skip to content

Instantly share code, notes, and snippets.

@tfenster
tfenster / fork forced sync
Last active April 15, 2023 05:49 — forked from glennblock/fork forced sync
Force your forked repo to be the same as upstream. Forces master changes into fork and throws away all changes!
if no upstream remote created: git remote add upstream https://[upstream guy's repo url]
git fetch upstream
git reset --hard upstream/master
git push origin master --force
@paschmann
paschmann / xs2xscli.txt
Created December 7, 2015 20:01
SAP HANA XS Adanced (XS2) CLI Commands
GETTING STARTED:
login, l Log user in
logout Log user out
target, t Set or view the targeted org or space
api Set or view target api url
APPS:
apps, a List all apps in the target space
app Display the status and information about an app