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

Tag: 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 Remove .DS_Store files from a Git repository?

June 12, 2021 Arvind KumarMiscelleneousLeave a Comment on How to Remove .DS_Store files from a Git repository?

DS_Store files are automatically created by Mac OS X Finder in browsed directories. These files contain information about system configuration. If you upload them along with other files, the files can be misused to obtain information about your computer. For…

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→

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