Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
filtering branch
Browse files Browse the repository at this point in the history
  • Loading branch information
amithm3 committed Dec 7, 2021
1 parent b8b44a8 commit adcfc8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@
# D: difficult

# todo: update NEURAL_NETWORKS_AND_ITS_TOPOLOGIES.ipynb file. FL


'''
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch -r \<to delete>' --prune-empty -- --all
git reflog expire --all --expire=now
git gc --prune=now --aggressive
git push origin <your_branch_name> --force
'''

0 comments on commit adcfc8d

Please sign in to comment.