Tom-M-Git / sysinfoapp_in_electron

A system info app in Electron which shows little information about the user's PC. Built for learning purposes for myself.
0 stars 0 forks source link

deleting history of .git #6

Open Tom-M-Git opened 4 years ago

Tom-M-Git commented 4 years ago

-- Remove the history from rm -rf .git

-- recreate the repos from the current content only git init git add . git commit -m "Initial commit"

-- push to the github remote repos ensuring you overwrite history git remote add origin git@github.com:YOUR ACCOUNT>/YOUR REPOS.git git push -u --force origin master