DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Category: git

Automatic Deployment of your Git Push to Remote Server

March 27, 2022March 28, 2022 Arvind KumargitLeave a Comment on Automatic Deployment of your Git Push to Remote Server

Step by step deployment of Git Push hook to push changes to my server in a single command I have a ReactJS app setup as a git repo. Every-time I update and push to my currently working dev branch I…

Read More→

How to add or remove a git submodule?

October 12, 2016October 15, 2016 Arvind KumargitLeave a Comment on How to add or remove a git submodule?

While a git sub module could be added with a single line command such as: git submodule add https://github.com/UrlToRepository.git foldernameofrepository it can be cumbersome to remove a submodule. There are various steps involved such as given in the next paragraph.…

Read More→

Remove remote directory from repository after adding it to .gitignore

July 15, 2015August 15, 2015 Arvind KumargitLeave a Comment on Remove remote directory from repository after adding it to .gitignore

I had a directory named sites added to my git repository. As it contained a bootstrap file having names of each new domain in multiple sites setup hosted in the single CakePHP application it contained different domain entries and folders…

Read More→

Remember Password, Git bash under Windows

February 6, 2015February 6, 2015 Arvind KumargitLeave a Comment on Remember Password, Git bash under Windows

Following an answer (http://goo.gl/EcqpTZ) here’s what I did to setup the Git Bash environment to log me in once when I start it up. This method worked for me to make “remember me” working or to save my password for…

Read More→

Useful git commands or actions

November 4, 2014July 17, 2015 Arvind Kumargit1 Comment on Useful git commands or actions

Allos Overwrite Ref. Ignoring “Your local changes to the following files would be overwritten by merge” on pull git checkout HEAD^ file/to/overwrite git pull Ignoring versioned files To start ignoring a file $ git update-index –assume-unchanged path/to/file.txt To start track…

Read More→

Recent Posts

  • Database rollback transactions in Laravel
  • Automatic Deployment of your Git Push to Remote Server
  • CSV Content Validation with FormRequest Rules in Laravel
  • Using Unique Validation Rule in Form Request in Laravel
  • React Table Server Side Pagination with Sorting and Search Filters
Copyright © All rights reserved.
Blog Kit by WP Charms