# http://www.thegeekstuff.com/2011/08/git-install-configure/
#get the latest git from
# https://www.kernel.org/pub/software/scm/git/?C=M;O=D
cd ~
curl -O https://www.kernel.org/pub/software/scm/git/git-1.8.4.4.tar.xz
#unpack it
tar -xovf git-1.8.4.4.tar.xz
#go to the dir
cd git-1.8.4.4
# Action !!!
./configure
make
make install
#where the git binary is
which git
# check the version as well
git --version
#download the man packages
cd /usr/share/man
curl -O https://www.kernel.org/pub/software/scm/git/git-manpages-1.8.4.4.tar.xz
tar -xovf git-manpages-1.8.4.4.tar.xz
# check the man funcionality
man git
Getting the Current TabItem when the Tab is not selected in WPF
-
[image: Banner]
This is a quick reminder to self on how to retrieve a TabItem from a WPF
TabControl *when the tab is not currently selected* because I ru...
1 week ago
No comments:
Post a Comment
- the first minus - Comments have to be moderated because of the spammers
- the second minus - I am very lazy at moderating comments ... hardly find time ...
- the third minus - Short links are no good for security ...
- The REAL PLUS : Any critic and positive feedback is better than none, so your comments will be published sooner or later !!!!