Skip to content

Dennis Vinther Jensen

Work in progress

  • Home
  • Links
  • GitHub

Month: March 2018

Visual Studio – Single click open files in preview

Visual Studio – Single click open files in preview
Posted on March 12, 2018 by admin

I find it annoying that Visual Studio on file selection (single click) open the file in preview. This can be changed in the Options at Tools > Options > Environment > Tabs and Windows > Preview Tab    

Posted in UncategorizedLeave a Comment on Visual Studio – Single click open files in preview

Git – Pushing existing files to a new empty repository

Posted on March 3, 2018March 3, 2018 by admin

After having created an empty github repository, run the following commands in the directory which content you wish to push. git init git add –all git commit -m “Initial Commit” git remote add origin https://url-to-repository.git git push -u origin master

Posted in NotesTagged Git, Source ControlLeave a Comment on Git – Pushing existing files to a new empty repository

Pages

  • Links
  • Notes
  • React Notes
  • Things to blog about

Recent Posts

  • Nginx reverse proxy
  • SharePoint Online – Enable Custom Script
  • How to open a MS Teams chat via a link
  • Change Primary Administrator of SharePoint Online Site using PnP PowerShell
  • Enable Num-Lock on Boot for Windows 10

Archives

  • July 2020
  • March 2020
  • November 2019
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018

Categories

  • Angular
  • Browsers
  • Code
  • Docker
  • Gotchas
  • Graph
  • HTML
  • JavaScript
  • Learning
  • Notes
  • NPM
  • Office365
  • PowerShell
  • SharePoint
  • Teams
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress