From http://www.darkcoding.net/software/cleaning-up-old-git-branches/
-
Switch to the main branch, usually 'develop':
git checkout develop
-
Get a list of fully merged branches:
From http://www.darkcoding.net/software/cleaning-up-old-git-branches/
Switch to the main branch, usually 'develop':
git checkout develop
Get a list of fully merged branches:
{ | |
"name": "franklin-contracts", | |
"version": "0.1.0", | |
"license": "MIT", | |
"devDependencies": { | |
"@nomiclabs/hardhat-ethers": "^2.0.0", | |
"@nomiclabs/hardhat-etherscan": "^2.1.0", | |
"@nomiclabs/hardhat-solpp": "^2.0.0", | |
"@nomiclabs/hardhat-waffle": "^2.0.0", | |
"@typechain/ethers-v5": "^3.0.0", |