Skip to content

Instantly share code, notes, and snippets.

View sschlein's full-sized avatar

Sebastian Schlein sschlein

View GitHub Profile
@j3j5
j3j5 / gist:8b3e48ccad746b90a54a
Last active November 16, 2023 15:11
Adyen Test Card Numbers
Adyen Test Card Numbers
These cards are only valid on our TEST system and they will never involve any actual transaction or transfer of funds. The TEST card numbers will not work on the Adyen LIVE Platform.
For all cards use the following expiration and CVV2/CVC2/or CID for Amex.
For all cards:
Expiration Dates CVV2 / CVC3 CID (American Express)
08/2018 OR 10/2020 737 7373
@mpociot
mpociot / gist:6608305
Last active December 23, 2015 08:29
Show the current git branch in your bash prompt

Installation

Install the git-prompt script using curl:

curl https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh

Load the git-prompt.sh script in your ~/.bash_profile

Place these two lines in your bash_profile