Mehedi Hasan's BLog
Sunday, May 8, 2022
Remove git file from gitignor cached command
1.
git rm --cached <file>
2. git rm -r --cached <folder
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
PostgreSQL (postgre) Setup on macOS 12 (MacBook Pro 2016) Without Homebrew setup process
CakePHP : Implementing the Repository Pattern with CakePHP
Implementing the Repository Pattern with CakePHP I must admit, my recent articles are becoming a bit obsessed around the repository pat...
Why Use /etc/nginx/sites-available and /etc/nginx/sites-enabled?
Organization : Keeping each site's configuration in separate files makes the server easier to manage, especially when hosting multiple...
Javascript: Understand JavaScript Closures With Ease
What is a closure? A closure is an inner function that has access to the outer (enclosing) function’s variables—scope chain. The closure h...
No comments:
Post a Comment