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

  • Basic commands

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:
    • #Set EDITBOXWIDTH = 70
  • Vertical size of text edit box:
    • #Set EDITBOXHEIGHT = 22
  • 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

UserForm
FirstName Anna
LastName Kropivnitskaya
Email anna.kropivnitskaya@cernNOSPAMPLEASE.ch
Telephone +41(22)76-62388
Address 42 1-034
Comment

Edit personal data
Edit | Attach | Watch | Print version | History: r42 < r41 < r40 < r39 < r38 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r42 - 2017-11-16 - AnnaKropivnitskaya
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback