Quantcast
Channel: Magento Web Developer - Php, Java, Html, Xml » GIT
Browsing latest articles
Browse All 4 View Live

How to remove/delete a large file from commit history in Git repository?

Using git filter-branch git filter-branch --prune-empty -d /dev/shm/scratch \ --index-filter "git rm --cached -f --ignore-unmatch file.name" \ --tag-name-filter cat -- --all

View Article



git error “Cannot rewrite branch(es) with a dirty working directory”

Use git stash

View Article

Magento gitignore

/.htaccess /app/etc/local.xml /cron.php /cron.sh /downloader /errors/ /includes /index.php /index.php.sample /install.php /LICENSE* /media /pear /php.ini.sample RELEASE_NOTES.txt /robots.txt /shell /var

View Article

Gitignore not working

git rm -r --cached . git add . git commit -m "fixed gitignore"

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images