Skip to content

Instantly share code, notes, and snippets.

View HeikoKramer's full-sized avatar

Heiko HeikoKramer

  • Frankfurt, Germany
View GitHub Profile
@sauloefo
sauloefo / aliases.ps1
Last active February 15, 2023 09:15
Powershell aliases for git and sfdx commands
# git
Set-Alias -Name g -Value git -Option ReadOnly
Function Git-Status { git status $args }
Set-Alias -Name gs -Value Git-Status -Option ReadOnly
Function Git-Commit {
git add .
git commit -m $args
}
@benahm
benahm / GenerateFullPackageXML.sh
Last active July 16, 2023 06:42
Generate a full Package.xml using the Salesforce CLI
#!/bin/sh
#
# Generate a full package xml using the Salesforce CLI
# Requirements :
# * Salesforce CLI
# * jq

If .DS_Store was never added to your git repository, simply add it to your .gitignore file.

If you don't have one, create a file called

.gitignore

In your the root directory of your app and simply write