My Links
My TWIKI or where I'm involved
University twiki
Virtual Machine at CERN
Links for Tracker DCS:
PIXEL links:
Useful links
GIT Tips
git clone https://github.com/acarvalh/Limit_codes.git
git checkout PAS_plots
git remote add origin https://github.com/mgouzevi/CaloUpgrade.git
git add somefile
git status
git diff
git commit -m"message"
git push origin master
git branch my_branch
git checkout my_branch
git add toto
git commit -m"message"
git push origin my_branch
and to force things to be in sync with the head
git fetch origin
git reset --hard origin/master
Anyway, since this will be the standard for years,
I recommend some reading
.
Fun information
- echo linux command: put any simbols which you like: \0nnn the character whose ASCII
code is nnn (octal). Example: echo -e "\0nnn"
Personal Preferences
Uncomment preferences variables to activate them (remove the #-sign). Help and details on preferences variables are available in
TWikiPreferences.
- Show tool-tip topic info on mouse-over of WikiWord links, on or off:
- #Set LINKTOOLTIPINFO = off
- Horizontal size of text edit box:
- Vertical size of text edit box:
- Style of text edit box.
width: 99%
for full window width (default), width: auto
to disable.
- #Set EDITBOXSTYLE = width: 99%
- Write protect your home page: (set it to your WikiName)
Related Topics