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
/** | |
* 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 |
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
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace zaliczenie | |
{ | |
class Program | |
{ |
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
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 |
NewerOlder