Skip to content

Instantly share code, notes, and snippets.

View rv-17's full-sized avatar

Roman Volkov rv-17

  • Germany
View GitHub Profile
@rv-17
rv-17 / commit-message-guidelines.md
Created November 18, 2019 19:38 — forked from robertpainsi/commit-message-guidelines.md
Commit message guidelines

Commit Message Guidelines

Short (72 chars or less) summary

More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).

Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages
PS> dotnet publish -r win10-x64 /p:PublishTrimmed=true /p:PublishSingleFile=true
@rv-17
rv-17 / xcodeclean.sh
Created November 24, 2016 16:35 — forked from eneko/xcodeclean.sh
xcodeclean
alias xcodeclean='rm -frd ~/Library/Developer/Xcode/DerivedData/* && rm -frd ~/Library/Caches/com.apple.dt.Xcode/*'
[user]
name = Roman Volkov
email = ...
signingkey = 4AFB43EB
[core]
autocrlf = true
excludesfile = C:\\Users\\Administrator\\Documents\\gitignore_global.txt
# excludesfile = /Users/Roman/.gitignore_global
# editor = nano
#[difftool "sourcetree"]
#########
## Macros
#########
ext_if="vtnet0"
#int_if=""
#########
## Tables
hostname=""
ifconfig_vtnet0="DHCP"
#ifconfig_vtnet0_ipv6="inet6 accept_rtadv"
ipv6_network_interfaces="none"
ipv6_activate_all_interfaces="no"
gateway_enable="yes"
ipv6_gateway_enable="no"
natd_enable="yes"
natd_interface="vtnet0"