Skip to content

Instantly share code, notes, and snippets.

View Toumash's full-sized avatar

Tomasz Dłuski Toumash

View GitHub Profile
/**
* ten skrypt moze zostac uzyty na raporcie SWE
* platformy webcon wstawiajac go na strone jako element html
*
* ! UWAGA !
* Nie był on na serio testowany i moga w wnim wystepowac bugi
*
* TODO:
* przy odswiezaniu updatepanelu nie dodawaj powtornie nowego
* elementu tylko dodaj flagle dodania poprzedniego i ja sprawdzaj
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace zaliczenie
{
class Program
{
@Toumash
Toumash / gitProp
Created April 25, 2015 06:51
Pretty Git
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
OR
git log --oneline --abbrev-commit --all --graph --decorate --color