Skip to content

r0bis/r0bis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

  • 👋 Hi, I’m @r0bis
  • 👀 I’m interested in feedback and data science
  • 🌱 I’m currently learning
  • 💞️ I’m looking to collaborate
  • 📫 How to reach me - best drop a PM. I will see it when I see it

.gitconfig

[alias]
  logline = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
  lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
  lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''          %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
  lg = !"git lg1"
  ln = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)' --abbrev-commit
  ll = log --oneline
  lg3 = log --format='%Cred%h%Creset %s %Cgreen(%cr) %C(blue)<%an>%Creset%C(yellow)%d%Creset' --no-merges
  lg4 = log --format='%C(green)%h%Creset %B %C(cyan)%ar%Creset' HEAD  
  st = status --short
[core]
  pager = less -FRSX

snippets for Rmd

snippet mar
	\begin{marginfigure}[$0mm]
	
	\end{marginfigure}
snippet bf
	\textbf{$1}
snippet it
	\textit{$1}
snippet nl
	\newline
snippet np
	\newpage
snippet vs
	\vspace{$0mm}
snippet nt
	\newthought{$0}

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors