How remove .DS_Store files from a Git repository?

How remove .DS_Store files from a Git repository? [Thumbnail image]
Mac OS X users can include system .DS_Store files to repository accidentally. First, you can check how much .DS_Srore files you have on your work directory. Use fallow command: To remove all .DS_Store files from git you can use fallowing command: Update .gitignore file Add to the file .gitignore, which can be found at the […]

How do I find my Bitly OAuth access token?

How do I find my Bitly OAuth access token? [Thumbnail image]
Do you have Bitly account? If not signup right now. If you are looking for start using the Bitly API, you will need your Oauth Access Token. To find your OAuth access token navigate to the hamburger menu button in the top right-hand corner. From the drop down select ‘Settings’ and then continue to the ‘Advanced […]

Campaign URL Builder: Introducing the Shortcodes

Campaign URL Builder: Introducing the Shortcodes [Thumbnail image]
Today, I’m excited to introduce the first release of shortcodes for Campaign URL Builder plugin. Shortcode settings moved to new tab Shortcode on top tabs menu. By default, shortcodes disabled, also if you use bulletin API key shortcodes also will be disabled. Please use your API key for Bitly. How to find your Bitly API […]

Transitioning Google URL shortener to Bitly

Transitioning Google URL shortener to Bitly [Thumbnail image]
On Campaign URL Builder plugin, I decided finally move to Bitly API endpoint. Since March 2019, Campaign URL Builder plugin will be turning down support for goo.gl URL shortener. Previously created links will continue to redirect to their intended destination. Please see this Google blog post for more details.

WP plugin: Campaign URL Builder

WP plugin: Campaign URL Builder [Thumbnail image]
This plugin allows you to easily add campaign parameters to URLs so you can track Custom Campaigns in Google Analytics. Also, you can easily create short links and easily share it on social networks. Get and Install plugin for WordPress Or alternative repository on GitHub, the latest release. Shotcode What is a shortcode? A shortcode is a […]

GitKraken – cross-platform editor for git repos

GitKraken – cross-platform editor for git repos [Thumbnail image]
I did not use the GUI to work with git. When I was just starting to program, there was nothing interesting for Linux, but theoretically, I was immediately taught to the command line, so no interfaces were required. Then gitg and IDEA came along with its integration with git, and this perfectly complemented my work […]