Skip to content

Make Things Happen

All about programming

  • Facebook
  • Twitter
  • Github
  • LinkedIn
  • Home
  • About
  • Contact

Tag: git

How to handle multiple heroku accounts with GIT

Following the answer from HERE it is becoming a simple task.

Continue reading “How to handle multiple heroku accounts with GIT” →
Georgi Mirchev Desktop Leave a comment May 4, 2020 1 Minute

Ubuntu/Mint show git branch in terminal (bashrc edit)

I just wanted to share with you how my terminal looks like and how to export the PS1 variable.

To achieve it for Ubuntu: sudo gedit ~/.bashrc

For Linux Mint: sudo gedit /etc/bash.bashrc

And paste the following there at the line before the last one:

export PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w\[\033[01;33m\]$(__git_ps1)\[\033[01;34m\] \$\[\033[00m\] '
Georgi Mirchev Desktop Leave a comment May 4, 2020 1 Minute

Categories

  • Android
  • Code Architecture
  • Desktop
  • Web

Tags

Android AndroidNDK Android Studio App arc Architecture Architecture Components Ban Brotli BrowserMob BrowserMobProxy Camera canvas CardIO Charts Chinese Clean Architecture CollapsingToolbarLayout Context DataBinding Design Patterns Dialog EditText EventBus Events Facebook Face Detection Feature Toggle Flux Fonts Fragment git Google Play Gradle GRUB Hexagonal inotify Javascript Joi Kotlin KVM Language Launcher LiveData Mockito MongoDB MVC MVP NestedScrollView NodeJS notifications npm OkHttp OOP OpenCV Push Notifications Retrofit Roles RxJava SailsJS schedulers ScrollView Selenium SocketIO Spinner SSL test textappearance textview Token Ubuntu unit tests Unity View Vision API

Recent Posts

  • Migration from Moshi to Gson – small tricky parts
  • Publishing a private Android library
  • When can RxJava become a pain in the ass?
  • Detecting network change with ConnectivityManager & RxJava
  • Android Oauth2 token refresh mechanism – OkHttp vs RxJava layering
Blog at WordPress.com.