Horje
remove a file from git commit Code Example
remove a file from git commit
git reset --soft HEAD^ 
or
git reset --soft HEAD~1
git reset HEAD path/to/unwanted_file
git commit -c ORIG_HEAD 
git remove added file to commint
git reset file-name
git remove file from commit
git filter-branch --index-filter "git rm -rf --cached --ignore-unmatch path_to_file" HEAD




Shell

Related
cronjob run every hour Code Example cronjob run every hour Code Example
ubuntu install lib usb Code Example ubuntu install lib usb Code Example
reset postgres password windows Code Example reset postgres password windows Code Example
linux check apt repositories Code Example linux check apt repositories Code Example
tcpdump get dhcp packets Code Example tcpdump get dhcp packets Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12