Skip to content
Net Bako edited this page Jul 8, 2021 · 13 revisions
git filter-branch --force --index-filter  'git rm --cached --ignore-unmatch kvexport/kv20190716-Kia02-s03_volume.csv'   --prune-empty --tag-name-filter cat -- --all

git push origin master
echo "machine github.com">~/.netrc
echo "login ai@netbako.com">>~/.netrc
echo "password <password>">>~/.netrc

git config --global user.email "ai@netbako.com"
git config --global user.name "LowyAI"
  • Git clone
git clone https://github.com/LowyShin/giipAgentLinux.sh
  • git pull
git pull origin master
  • git push
git add .
git commit -m "changes comment"
git push origin master

git history clear

-- Remove the history from 
rm -rf .git

-- recreate the repos from the current content only
git init
git add --all
git commit -m "reinitial history"

-- push to the github remote repos ensuring you overwrite history
git remote add origin https://github.com/LowyShin/myrepo.git
git push -u --force origin master

make branch

Markdown

Authentication

Translate this page?

Data(DBMS, NoSQL)

Development

Tools

Management

OS

Hardware

Business

Hobby

Lifestyle

Giip(RPA Engine)

Clone this wiki locally