Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- JavaScript
- web3
- truffle
- erc
- Docker
- 제어의역전
- server
- blockchain
- web
- ethers
- 블록체인
- 네트워크
- MySQL
- git
- erc721
- Ethereum
- geth
- github
- web3.js
- 트랜잭션
- solidity
- 스마트 컨트랙트
- NFT
- 솔리디티
- Programming
- ERC165
- tcp
- 이더리움
- Python
- ERC20
Archives
- Today
- Total
목록pre-commit (1)
멍개의 연구소
hook을 이용하여 코드 스타일 검사
pep을 사용해서 매번 검사를 하는건 귀찮은 일이니 이러한 작업을 커밋을 할때 검사를 하도록 훅을 만들어 보겠습니다. git diff에서 |파이프 라인을 사용하면 cache에 대한 내용을 검사를 할 수 있습니다. $ git status On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits) Changes to be committed: (use "git reset HEAD ..." to unstage) new file: .app.py.swp new file: app.py new file: app2.py3개의 파일을 add 했습니다 $ git diff --..
서버/깃 & 깃허브
2017. 5. 10. 08:32