Skip to content

Instantly share code, notes, and snippets.

View hariss63's full-sized avatar
🎯
Focusing

Hariprasath Thanarajah hariss63

🎯
Focusing
View GitHub Profile
@hariss63
hariss63 / sync-github-to-bitbucket.md
Created December 20, 2019 13:40 — forked from derick-montague/sync-github-to-bitbucket.md
Sync github repo to bitbucket repo

Set up remotes

setup local repo

mkdir myrepository
cd myrepository
git init

add bitbucket remote as "origin"

@hariss63
hariss63 / CreditCardSetting.cmp
Last active March 7, 2019 08:21 — forked from sfcure/CreditCardSetting.cmp
Lightning Component for Insert/Update Custom Metadata Type Records
<aura:component implements="force:appHostable" controller="CreditCardSettingsController">
<aura:attribute name="data"
type="Object"/>
<aura:attribute name="columns"
type="List"/>
<aura:attribute name="record"
type="Object"/>