Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 622 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 622 Bytes

copy-db.sh

Copy postgres DB from remote host into your local posgres. You may run it without any parameters.

Usage: copy-db.sh [remote db host] [remote db name] [remote db user] [local db name] [local db user]

copy-mongo-db.sh

Copy mongo DB from remote host into your local mongodb. You may run it without any parameters.

Usage: copy-mongo-db.sh [remote db host] [remote db name] [local db name]

git-branches

Display all branches sorted by last change Picture

git-tags

Does the same as git-branches but for tags.