Skip to content

Instantly share code, notes, and snippets.

View iriiiina's full-sized avatar

Irina Ivanova iriiiina

View GitHub Profile
@iriiiina
iriiiina / .bash_aliases
Created August 22, 2017 16:27
.bash_aliases
alias gitlog="git log --graph --pretty=format:'%C(red)%h%Creset -%C(yellow)%d%Creset %s %C(green)(%cr) %C(yellow)<%an>%Creset'"
@iriiiina
iriiiina / .bash_profile
Created August 22, 2017 16:18
.bash_profile
# Colors in terminal
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
export COLOR_NC='\e[0m' # No Color
export COLOR_WHITE='\e[1;37m'
export COLOR_BLACK='\e[0;30m'
export COLOR_BLUE='\e[0;34m'
export COLOR_LIGHT_BLUE='\e[1;34m'
export COLOR_GREEN='\e[0;32m'
@iriiiina
iriiiina / .vimrc
Last active August 22, 2017 15:55
.vimrc
syntax enable
colorscheme badwolf " https://github.com/sjl/badwolf
set number
set tabstop=4 " number of visual spaces per TAB
set softtabstop=4 " number of spaces in tab when editing
set expandtab " tabs are spaces
set autoindent
set copyindent
#!/bin/bash
parameter=$1
sqlplus= # Path to SQLPlus
username= # DB username
password= # DB password
db= # DB name
SQL="
UPDATE some_table
stages:
- deploy
- test
pages:
stage: deploy
script:
- scripts/move-content-to-public.sh
artifacts:
paths: