# Pinger **Repository Path**: junbujianwpl/Pinger ## Basic Information - **Project Name**: Pinger - **Description**: Simple ping implented with cpp. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-09-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pinger a ping implement on Win7 with Qt using c++. # tips ##ip addr cannot contain space and so on puctuation. # git cmd ## tag > push all tags. git push --tags. > create a tag. git tag -a TagName. then type content within the vi editor. ## branch > create remote branch. git push remotebranch localbranch. > set default push upstream. git push --set-upstream remotebranch localbranch.