See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
import { dealerCompute } from 'results/utils/hands' | |
import { shortDirections } from 'results/constants' | |
const suitsSorted = ['S', 'H', 'D', 'C'] | |
const ranksSorted = ['A', 'K', 'Q', 'J', 'T', '9', '8', '7', '6', '5', '4', '3', '2'] | |
const pbnDirectionCardsOrder = { | |
N: ['N', 'E', 'S', 'W'], | |
E: ['E', 'S', 'W', 'N'], | |
S: ['S', 'W', 'N', 'E'], |
#!/bin/bash | |
#add user | |
SSH_PUBLIC_KEY='ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDwX5WfMS4W5WTIOfxI89NefoNd29SIMH1Aw1aRLJapQ [email protected]' | |
id zhivko | |
if [ $? -ne 0 ]; then | |
useradd -m -d /home/zhivko -s /bin/bash zhivko | |
mkdir /home/zhivko/.ssh | |
chmod 0700 /home/zhivko/.ssh |
This is my Atom settings export. Enjoy