This guide on how to convert an SVN repository to a git repository was mostly taken from John Albin Wilkins post on Converting a Subversion repository to Git.
- htttp://www.hugovmonteiro.net
- https://orcid.org/0009-0006-7405-6746
- hvmonteiro
- https://buymeacoffee.com/hvmonteiro
- https://dev.to/hvmonteiro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# LS_COLORS | |
# Maintainers: Magnus Woldrich <[email protected]>, | |
# Ryan Delaney <[email protected]> OpenGPG: 0D98863B4E1D07B6 | |
# URL: https://github.com/trapd00r/LS_COLORS | |
# Version: 0.254 | |
# Updated: Sun Jun 1 14:36:30 PDT 2014 | |
# | |
# This is a collection of extension:color mappings, suitable to use as your | |
# LS_COLORS environment variable. Most of them use the extended color map, | |
# described in the ECMA-48 document; in other words, you'll need a terminal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
DEBUG_FILE="debug.log" | |
LOG_FILE="info.log" | |
FAILURE=1 | |
SUCCESS=0 | |
# Outputs a message to the console | |
_print_msg () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"nocomma": false, | |
"esversion": 6, | |
"globals": [ { | |
"require": true, | |
"__dirname": true, | |
"process": true, | |
"module": true, | |
"console":, true | |
}] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
packages: [ | |
"api-docs" | |
"atom-autocomplete-php" | |
"atom-beautify" | |
"atom-css-comb" | |
"atom-html-preview" | |
"atom-webbrowser" | |
"auto-detect-indentation" | |
"autoclose-html" | |
"autocomplete-html-entities" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; | |
; Author: Hugo Monteiro | |
; Description: Customized puTTY settings | |
; URL : https://gist.github.com/hvmonteiro/6f1f2acd602c1db3c546fe30761a8d20 | |
; Last Changed: 17-04-2016 | |
; Installation: File to be imported/merged into Windows Registry | |
; Notes: LOCALE is configured to: ISO-8859-1:1998 (Latin-1, West Europe) - You can change it after import | |
; | |
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Default%20Settings] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING : Unauthorized access to this system is forbidden and will be | |
prosecuted by law. By accessing this system, you agree that your actions | |
may be monitored if unauthorized usage is suspected. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Author: Hugo Monteiro | |
# Description: Atom Editor snippets for Bash Shell Scripting | |
# URL : https://gist.github.com/hvmonteiro/4c4df4afd0f4d5908d5be890071b74c1 | |
# Last Changed: 19-04-2016 | |
# Installation: File to be copy/pasted into Atom Editor snippets configuration file | |
'.source.shell': | |
# function to print a message and exit with an error | |
'function exit_with_error': |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Look and feel | |
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" | |
# Number of output lines saved that can be scrolled | |
defscrollback 20000 | |
# Status bar | |
caption always "%{= bb}%{+b w}Screen: %n | %h %=%t %c" | |
#caption always '%{-b}%{= wb}%-Lw%{= wr}%{+b}%n%f %t%{= wb}%{-b}%+Lw %{= wr} %=%c %d-%m-%Y' |
OlderNewer