Thank you, Sean Corfield!
clj -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.13"}' :as new
Thank you, Sean Corfield!
clj -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.13"}' :as new
# propDeclaration | |
$type$ $name$() const; | |
void set$name:c$(const $type$& $name$); | |
#propImplementation | |
$type$ $className$::$name$() const { return $member$; } | |
void $className$::set$name:c$(const $type$& $name$) { | |
if ($name$ == $member$) | |
return; |
git checkout yourBranch | |
git reset --soft HEAD~$(git rev-list --count HEAD ^develop) | |
git commit -m "one commit on yourBranch" |