Skip to content

Commit

Permalink
Change email address.
Browse files Browse the repository at this point in the history
  • Loading branch information
sta-szek committed Nov 19, 2017
1 parent fd35283 commit 8ae3243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ alias gradlew='./gradlew'
alias gcb='./gradlew clean build'
alias gb='./gradlew build'
alias s-ci='ssh ci.pojo.pl'
alias s-ci-agent='ssh 80.211.243.165'
alias s-chat='ssh chat.pojo.pl'
alias up='sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get autoremove -y && sudo apt-get autoclean -y && exit'
2 changes: 1 addition & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[user]
name = Piotr Joński
email = p.jonski@cinkciarz.pl
email = p.jonski@pojo.pl

[alias]
dmb = "!git checkout master && git branch --merged | grep -v '\\*' | grep -v master | xargs -n 1 git branch -d"
Expand Down
2 changes: 1 addition & 1 deletion scripts/remove_all_docker_containers_and_images
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

docker stop $(docker ps -a -q)
docker kill $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker rm -f $(docker ps -a -q)
docker rmi $(docker images -q)

0 comments on commit 8ae3243

Please sign in to comment.